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.
2 parents edda003 + 693362d commit 5fee434Copy full SHA for 5fee434
blueprints/ember-cli-typescript/files/tsconfig.json
@@ -4,7 +4,15 @@
4
"allowJs": true,
5
"moduleResolution": "node",
6
"allowSyntheticDefaultImports": true,
7
+ "noImplicitAny": true,
8
"noImplicitThis": true,
9
+ "alwaysStrict": true,
10
+ "strictNullChecks": true,
11
+ "strictPropertyInitialization": true,
12
+ "noFallthroughCasesInSwitch": true,
13
+ "noUnusedLocals": true,
14
+ "noUnusedParameters": true,
15
+ "noImplicitReturns": true,
16
"noEmitOnError": false,
17
"noEmit": true,
18
"inlineSourceMap": true,
0 commit comments