保存一下
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"target": "es2021",
|
||||
"lib": ["es2021", "dom"],
|
||||
"module": "ESNext",
|
||||
"strict": true, // 严格模式检查
|
||||
"strictPropertyInitialization": false, // 严格属性初始化检查
|
||||
"noUnusedLocals": false, // 检查未使用的局部变量
|
||||
"noUnusedParameters": false, // 检查未使用的参数
|
||||
|
||||
Reference in New Issue
Block a user