Skip to content

Commit fd28d99

Browse files
trivikrsrchase
authored andcommitted
Bump tsconfig.es.json target to ES2020 (smithy-lang#603)
1 parent 9311a34 commit fd28d99

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)