完善化模板

This commit is contained in:
dayjoy
2026-03-11 14:01:45 +08:00
parent 637f351801
commit 886aa79be3
9 changed files with 54 additions and 53 deletions

View File

@@ -18,9 +18,9 @@
"skipLibCheck": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false,
"noImplicitAny": true,
"strictBindCallApply": true,
"noFallthroughCasesInSwitch": true,
"paths": {
"@/*": ["src/*"]
}