mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-24 04:27:27 +08:00
style: imporve tsconfig (#4358)
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user