Skip to content

Commit 61226e8

Browse files
committed
fix lib and target verions of ES
1 parent 80de35c commit 61226e8

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-
"lib": ["es2021", "DOM"],
3+
"lib": ["ES2021", "DOM"],
44
"target": "ES2019",
55
"types": [],
66
"module": "ES2015",

0 commit comments

Comments
 (0)