Skip to content

Commit 5f4ddb3

Browse files
committed
Change back to ESNext
1 parent 4b2fd01 commit 5f4ddb3

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
"module": "commonjs",
4-
"target": "ES2020",
4+
"target": "ESNext",
55
"noImplicitAny": false,
66
"sourceMap": false,
77
"rootDir": "src",

0 commit comments

Comments
 (0)