Skip to content

Commit f6c2fb2

Browse files
authored
Merge pull request #71 from typed-ember/allowSyntheticDefaultImports
enable `allowSyntheticDefaultImports` in tsconfig
2 parents 99b90fd + b063b8d commit f6c2fb2

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)