Skip to content

Commit c42cfe7

Browse files
committed
fix(Tsconfig): Fix target to ES2020
1 parent 0ad40ca commit c42cfe7

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
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"strict": true,
6-
"target": "ESNext",
6+
"target": "ES2020",
77
"outDir": "./dist",
88
"declaration": true,
99
"lib": ["es6", "dom"]

0 commit comments

Comments
 (0)