Skip to content

Commit d333aa8

Browse files
committed
Fix compiler options lib
1 parent 0e01b23 commit d333aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"compilerOptions": {
55
"module": "commonjs",
6-
"lib": ["es6", "dom"],
6+
"lib": ["ES2020", "DOM"],
77
"noImplicitAny": true,
88
"noImplicitThis": true,
99
"strictNullChecks": true,

0 commit comments

Comments
 (0)