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 89ca6aa commit a6faee2Copy full SHA for a6faee2
tsconfig.json
@@ -17,18 +17,9 @@
17
"importHelpers": true,
18
// Enforced typing rules
19
"strict": true,
20
- "noImplicitAny": true,
21
- "strictNullChecks": true,
22
- "strictFunctionTypes": true,
23
- "strictPropertyInitialization": true,
24
- "strictBindCallApply": true,
25
- "noImplicitThis": true,
26
- "noImplicitReturns": true,
27
"alwaysStrict": true,
28
- "experimentalDecorators": true,
29
- "emitDecoratorMetadata": true,
+ "noImplicitReturns": true,
30
"forceConsistentCasingInFileNames": true,
31
- "noUnusedLocals": false,
32
"noUnusedParameters": true,
33
"isolatedModules": true
34
},
0 commit comments