保存一下

This commit is contained in:
2025-08-26 17:04:31 +08:00
parent 26f68d89bb
commit 89b5e9e0be
9 changed files with 292 additions and 42 deletions

View File

@@ -9,7 +9,8 @@
"@/*": ["./src/*"]
},
"experimentalDecorators": true,
"target": "ES6",
"target": "es2021",
"lib": ["es2021", "dom"],
"module": "ESNext",
"strictPropertyInitialization": false, // 严格属性初始化检查
"noUnusedLocals": false, // 检查未使用的局部变量