Skip to content

Commit

Permalink
Have typescript use esnext modules and let webpack transpile them
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 22, 2018
1 parent 9b2f88f commit d20775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/highlighter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "esnext",
"moduleResolution": "node",
"target": "es2017",
"noImplicitReturns": true,
Expand Down

1 comment on commit d20775f

@sardar7110

This comment was marked as spam.

Please sign in to comment.