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 c2889fe commit bad675aCopy full SHA for bad675a
tsconfig.json
@@ -4,15 +4,6 @@
4
"allowJs": false,
5
"moduleResolution": "node",
6
"noEmitOnError": true,
7
- "strictNullChecks": true,
8
- "strictPropertyInitialization": true,
9
- "alwaysStrict": true,
10
- "noImplicitAny": true,
11
- "noFallthroughCasesInSwitch": true,
12
- "noImplicitThis": true,
13
- "noUnusedLocals": true,
14
- "noUnusedParameters": true,
15
- "noImplicitReturns": true,
16
"inlineSourceMap": true,
17
"inlineSources": true,
18
"baseUrl": ".",
0 commit comments