Skip to content

Commit

Permalink
feat: upgrading esm targets to targeting es2017
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Sep 14, 2021
1 parent 07b19ad commit dea083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.esm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.es5.json",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "ES6",
"moduleResolution": "node"
Expand Down

0 comments on commit dea083e

Please sign in to comment.