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 9144c80 commit baedfceCopy full SHA for baedfce
src/tsconfig.json
@@ -1,16 +1,11 @@
1
{
2
"compilerOptions": {
3
"target": "es6",
4
- "noImplicitAny": true,
5
"noImplicitReturns": true,
6
- "noImplicitThis": true,
7
"noUnusedLocals": true,
8
"noUnusedParameters": true,
9
"suppressImplicitAnyIndexErrors": true,
10
- "strictNullChecks": true,
11
- "strictFunctionTypes": true,
12
- "strictPropertyInitialization": true,
13
- "alwaysStrict": true,
+ "strict": true,
14
"lib": ["es6", "dom"],
15
"module": "commonjs",
16
"moduleResolution": "node",
0 commit comments