Skip to content

Commit

Permalink
dont allow synthetic import, not really necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Mar 18, 2017
1 parent 02f3273 commit f77aee3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"module": "es6",
"allowJs": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"preserveConstEnums": true,
"declaration": true,
"outDir": "dist-es",
Expand Down

0 comments on commit f77aee3

Please sign in to comment.