保存一下
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"experimentalDecorators": true,
|
||||
"target": "ES6",
|
||||
"target": "es2021",
|
||||
"lib": ["es2021", "dom"],
|
||||
"module": "ESNext",
|
||||
"strictPropertyInitialization": false, // 严格属性初始化检查
|
||||
"noUnusedLocals": false, // 检查未使用的局部变量
|
||||
|
||||
Reference in New Issue
Block a user