Skip to content

Commit 71acd82

Browse files
kuhesrchase
authored andcommitted
temporary: publish one more es5 version (smithy-lang#608)
1 parent fd28d99 commit 71acd82

File tree

1 file changed

+9
-2
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"target": "ES2020",
4+
"target": "es5",
55
"module": "esnext",
66
"moduleResolution": "node",
7-
"lib": ["dom"],
7+
"lib": [
8+
"dom",
9+
"es5",
10+
"es2015.promise",
11+
"es2015.collection",
12+
"es2015.iterable",
13+
"es2015.symbol.wellknown"
14+
],
815
"outDir": "dist-es"
916
}
1017
}

0 commit comments

Comments
 (0)