Skip to content

Commit

Permalink
Flip typescript module import behavior to es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezku committed Aug 13, 2017
1 parent 8ee45ce commit 412610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"outDir": "build/dist",
"module": "esnext",
"module": "es2015",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
Expand Down

0 comments on commit 412610b

Please sign in to comment.