style: imporve tsconfig (#4358)

This commit is contained in:
LongYinan
2023-09-14 01:47:15 -07:00
committed by GitHub
parent 8fb0620bc8
commit aa3b97b056
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -5,16 +5,16 @@
// Type Checking
"strict": true,
// exactOptionalPropertyTypes: false,
"exactOptionalPropertyTypes": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noImplicitThis": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
// noPropertyAccessFromIndexSignature: false,
// noUncheckedIndexedAccess: false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedIndexedAccess": false,
"useUnknownInCatchVariables": true,
// Modules