Skip to content

Commit ed9e179

Browse files
committed
Revert "chore: bump target to es2021"
This reverts commit 5190845.
1 parent 5190845 commit ed9e179

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,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"moduleResolution": "node",
4-
"target": "es2021",
4+
"target": "es2017",
55
"strict": true,
66
"noUnusedLocals": true,
77
"noUnusedParameters": true,

0 commit comments

Comments
 (0)