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 60d5d80 + 8f3ddf3 commit 622ec5fCopy full SHA for 622ec5f
blueprints/ember-cli-typescript/files/tsconfig.json
@@ -4,6 +4,7 @@
4
"allowJs": true,
5
"moduleResolution": "node",
6
"allowSyntheticDefaultImports": true,
7
+ "noImplicitThis": true,
8
"noEmitOnError": false,
9
"noEmit": true,
10
"sourceMap": true,
0 commit comments