This commit is contained in:
2025-10-11 12:05:57 +08:00
parent 45ec0fd021
commit 8d25c143c5
7 changed files with 437 additions and 0 deletions

View File

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