Skip to content

Commit

Permalink
build: 📦️ use es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jun 9, 2021
1 parent 483097e commit f617edc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"exclude": [
"node_modules",
"**/es",
"**/lib"
],
"exclude": ["node_modules", "**/es", "**/lib"],
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
Expand All @@ -19,9 +15,6 @@
"experimentalDecorators": true,
"jsx": "react",
"target": "es5",
"lib": [
"dom",
"es2015"
]
"lib": ["DOM", "ES2020"]
}
}

0 comments on commit f617edc

Please sign in to comment.