Skip to content

Commit 4b2fd01

Browse files
committed
Change the target value of the tsconfig.json
1 parent d01b781 commit 4b2fd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "ESNext",
4+
"target": "ES2020",
55
"noImplicitAny": false,
66
"sourceMap": false,
77
"rootDir": "src",

0 commit comments

Comments
 (0)