Skip to content

Commit

Permalink
temporary: publish one more es5 version (smithy-lang#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Oct 5, 2022
1 parent ae03f28 commit de5e72a
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"target": "ES2020",
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom"],
"lib": [
"dom",
"es5",
"es2015.promise",
"es2015.collection",
"es2015.iterable",
"es2015.symbol.wellknown"
],
"outDir": "dist-es"
}
}

0 comments on commit de5e72a

Please sign in to comment.