Skip to content

Commit

Permalink
fix: update target compilation to es2019
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 24, 2021
1 parent 965b9e2 commit bf49864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"outDir": "dist",
"sourceMap": false,
"noEmit": true,
"target": "esnext",
"module": "esnext",
"target": "ES2019",
"module": "ESNext",
"moduleResolution": "node",
"allowJs": true,
"noUnusedLocals": true,
Expand All @@ -27,7 +27,7 @@
"removeComments": false,
"jsx": "preserve",
"lib": [
"esnext",
"ES2019",
"dom"
],
"typeRoots": [
Expand Down

0 comments on commit bf49864

Please sign in to comment.