Skip to content

Commit eef34b5

Browse files
committed
build: target ES2019 in TypeScript
Revert "build: target ES2019 in TypeScript" This reverts commit c8e6259. Update tsconfig.json
1 parent 46aead4 commit eef34b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"root": true,
33
"compilerOptions": {
44
"allowJs": false,
5-
"target": "es2020",
5+
"target": "ES2019",
66
"declaration": true,
77
"module": "commonjs",
88
"moduleResolution": "node",
@@ -20,7 +20,7 @@
2020
"sourceMap": true,
2121
"esModuleInterop": true,
2222
"lib": [
23-
"ES2020",
23+
"ES2019",
2424
// only used in tests
2525
"ES2021.WeakRef"
2626
]

0 commit comments

Comments
 (0)