feat: 语法错误修复

This commit is contained in:
duanshuwen
2025-12-09 22:18:36 +08:00
parent b842f946a5
commit aab6ffb174
28 changed files with 372 additions and 3301 deletions

16
tsconfig.config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.config.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
},
"include": [
"**.config.ts",
"**/*.ts",
]
}