Skip to content

Commit 6460dfa

Browse files
committed
enable allowSyntheticDefaultImports in tsconfig
1 parent 4973042 commit 6460dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blueprints/ember-cli-typescript/files/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"target": "es2017",
44
"allowJs": true,
55
"moduleResolution": "node",
6+
"allowSyntheticDefaultImports": true,
67
"noEmitOnError": false,
78
"noEmit": true,
89
"sourceMap": true,

0 commit comments

Comments
 (0)