Skip to content

Commit

Permalink
Bump tsconfig.es.json target to ES2020 (smithy-lang#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored and srchase committed Mar 17, 2023
1 parent 9311a34 commit fd28d99
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 fd28d99

Please sign in to comment.