之前的

This commit is contained in:
2025-10-11 12:10:35 +08:00
parent 8d25c143c5
commit e54bd0a447
6 changed files with 58 additions and 101 deletions

View File

@@ -13,7 +13,6 @@
"module": "ESNext",
"strict": true, // 严格模式检查
"experimentalDecorators": true, // 装饰器
"emitDecoratorMetadata": true, // 元数据反射
"useDefineForClassFields": false,
"strictPropertyInitialization": false, // 严格属性初始化检查
"noUnusedLocals": false, // 检查未使用的局部变量