This commit is contained in:
2026-07-24 18:09:36 +08:00
parent 82ee2fdf70
commit 6395d9ea79
24 changed files with 2607 additions and 223 deletions
+1
View File
@@ -29,6 +29,7 @@
"isolatedModules": true,
"allowJs": true,
"checkJs": false,
"ignoreDeprecations": "6.0",
"noEmit": true, // 或 "emitDeclarationOnly": true
"outDir": "./dist" // 避免文件覆盖
},