Skip to content

Commit

Permalink
Merge pull request #71 from typed-ember/allowSyntheticDefaultImports
Browse files Browse the repository at this point in the history
enable `allowSyntheticDefaultImports` in tsconfig
  • Loading branch information
chriskrycho authored Nov 13, 2017
2 parents 99b90fd + b063b8d commit f6c2fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/ember-cli-typescript/files/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "es2017",
"allowJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"noEmitOnError": false,
"noEmit": true,
"sourceMap": true,
Expand Down

0 comments on commit f6c2fb2

Please # to comment.