Skip to content

Commit b9fc7fa

Browse files
authoredOct 5, 2022
chore(packages): set es5 target in packages temporarily
This reverts commit 596da35.
1 parent 8d3ee3c commit b9fc7fa

File tree

113 files changed

+165
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+165
-113
lines changed
 

‎lib/lib-dynamodb/tsconfig.es.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".",
4-
"lib": ["dom"],
4+
"lib": ["es5", "es2015.collection", "dom"],
55
"outDir": "dist-es",
66
"rootDir": "src"
77
},

‎lib/lib-storage/tsconfig.es.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".",
4-
"lib": ["dom"],
4+
"lib": ["es5", "es2015.collection", "dom"],
55
"outDir": "dist-es",
66
"rootDir": "src"
77
},

0 commit comments

Comments
 (0)