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 60d5d80 commit 8f3ddf3Copy full SHA for 8f3ddf3
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