Add shared TypeScript package

This commit is contained in:
Asep Haryana Saputra
2026-05-22 12:17:13 +00:00
parent 4413133bf3
commit c3eed82262
5 changed files with 49 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
type: library
language: typescript
tasks:
typecheck:
command: bun run typecheck
inputs:
- src/**/*
- tsconfig.json
- package.json