Skip to content

Commit bd3050f

Browse files
committed
fix: downgrade tsconfig target to es2019
1 parent b497f99 commit bd3050f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2021",
3+
"target": "ES2019",
44
"module": "CommonJS",
55
"lib": [
66
"ES5",

0 commit comments

Comments
 (0)