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 99b90fd + b063b8d commit f6c2fb2Copy full SHA for f6c2fb2
blueprints/ember-cli-typescript/files/tsconfig.json
@@ -3,6 +3,7 @@
3
"target": "es2017",
4
"allowJs": true,
5
"moduleResolution": "node",
6
+ "allowSyntheticDefaultImports": true,
7
"noEmitOnError": false,
8
"noEmit": true,
9
"sourceMap": true,
0 commit comments