之前的
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
"module": "ESNext",
|
||||
"strict": true, // 严格模式检查
|
||||
"experimentalDecorators": true, // 装饰器
|
||||
"emitDecoratorMetadata": true, // 元数据反射
|
||||
"useDefineForClassFields": false,
|
||||
"strictPropertyInitialization": false, // 严格属性初始化检查
|
||||
"noUnusedLocals": false, // 检查未使用的局部变量
|
||||
|
||||
Reference in New Issue
Block a user