Skip to content

Commit

Permalink
Merge pull request #105 from Becklyn/esnext-module-flag
Browse files Browse the repository at this point in the history
use esnext for modules
  • Loading branch information
Jannik Zschiesche committed Jan 17, 2020
2 parents 614b304 + 46b85e7 commit 66b83b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/tsconfig.legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"es5",
"es2015"
],
"module": "es2015",
"module": "esnext",
"moduleResolution": "node",
"noImplicitThis": true,
"removeComments": true,
Expand Down
2 changes: 1 addition & 1 deletion configs/tsconfig.modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"es2015",
"es2016"
],
"module": "es2015",
"module": "esnext",
"moduleResolution": "node",
"noImplicitThis": true,
"removeComments": true,
Expand Down

0 comments on commit 66b83b6

Please sign in to comment.