Skip to content

Commit fb3466f

Browse files
committed
set lib to es2020
1 parent 7c9509b commit fb3466f

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
@@ -4,7 +4,7 @@
44
"target": "esnext",
55
"module": "esnext",
66
"noEmitOnError": true,
7-
"lib": ["es2017", "dom", "dom.iterable"],
7+
"lib": ["es2020", "dom", "dom.iterable"],
88
"esModuleInterop": false,
99
"declaration": true,
1010
"emitDeclarationOnly": true,

0 commit comments

Comments
 (0)