fix: 将 tsconfig.app.json 中的严格模式设置从 true 修改为 false,以降低类型检查的严格性

This commit is contained in:
xudan 2025-10-13 16:12:06 +08:00
parent a6a77a3111
commit 8cd8bb7491

View File

@ -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,