Skip to content

Commit

Permalink
chore: set compilerOptions.target as es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Amour1688 committed Sep 14, 2020
1 parent 371f6a5 commit 018c2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"sourceMap": false,
"target": "es5",
"target": "es2015",
"module": "commonjs",
"moduleResolution": "node",
"allowJs": true,
Expand All @@ -13,7 +13,7 @@
"removeComments": false,
"jsx": "preserve",
"lib": ["esnext", "dom"],
"types": ["node"],
"types": ["node"]
},
"include": [
"global.d.ts"
Expand Down

0 comments on commit 018c2ca

Please sign in to comment.