Skip to content

Commit

Permalink
Bump tsconfig.es.json target to ES2020
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Sep 30, 2022
1 parent 9339f8b commit 82b332b
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "es5",
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"lib": [
"dom",
"es5",
"es2015.promise",
"es2015.collection",
"es2015.iterable",
"es2015.symbol.wellknown"
],
"lib": ["dom"],
"outDir": "dist-es"
}
}

0 comments on commit 82b332b

Please sign in to comment.