迁移到 bun 框架,移除 js 文件依赖;增加对 tools 参数的校验

This commit is contained in:
2026-04-30 13:41:27 +08:00
parent 04f2f814f9
commit e6b10cd603
17 changed files with 371 additions and 1055 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"outDir": "dist",
"noEmit": true,
"rootDir": "src",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true