Files
zeavis-edu/packages/shared/moon.yml
T

20 lines
321 B
YAML

type: library
language: typescript
tasks:
build:
command: bun run build
inputs:
- src/**/*
- tsconfig.json
- tsconfig.build.json
- package.json
outputs:
- dist
typecheck:
command: bun run typecheck
inputs:
- src/**/*
- tsconfig.json
- package.json