We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24a61 commit e37ca45Copy full SHA for e37ca45
tsconfig.json
@@ -6,20 +6,13 @@
6
"declaration": true,
7
"declarationMap": true,
8
"strict": true,
9
- "pretty": false,
10
- "noFallthroughCasesInSwitch": true,
11
- "noImplicitAny": true,
12
"noImplicitOverride": true,
13
"noImplicitReturns": true,
14
- "noImplicitThis": true,
15
"noPropertyAccessFromIndexSignature": true,
16
"noUncheckedIndexedAccess": true,
17
"noUnusedLocals": true,
18
"noUnusedParameters": true,
19
- "noEmitOnError": true,
20
"exactOptionalPropertyTypes": true,
21
- "useUnknownInCatchVariables": true,
22
- "forceConsistentCasingInFileNames": true,
23
"esModuleInterop": true
24
}
25
0 commit comments