📦 build: run TypeScript directly with Bun, drop the tsc build step

This commit is contained in:
2026-07-13 16:59:54 +07:00
parent e6c4bc0ccd
commit be0fb27db7
8 changed files with 67 additions and 23 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
"target": "ES2022",
"module": "node16",
"moduleResolution": "node16",
"outDir": "./dist",
"rootDir": "./src",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,