fix: 将 tsconfig.app.json 中的严格模式设置从 true 修改为 false,以降低类型检查的严格性
This commit is contained in:
parent
a6a77a3111
commit
8cd8bb7491
@ -4,7 +4,7 @@
|
|||||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||||
|
|
||||||
/* Linting */
|
/* Linting */
|
||||||
"strict": true,
|
"strict": false,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
// "noUnusedLocals": true,
|
// "noUnusedLocals": true,
|
||||||
// "noUnusedParameters": true,
|
// "noUnusedParameters": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user