Add shared TypeScript package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
type: library
|
||||
language: typescript
|
||||
|
||||
tasks:
|
||||
typecheck:
|
||||
command: bun run typecheck
|
||||
inputs:
|
||||
- src/**/*
|
||||
- tsconfig.json
|
||||
- package.json
|
||||
Reference in New Issue
Block a user