Skip to content

Commit ee4a74a

Browse files
authored
add dom for console linting
1 parent ee21f12 commit ee4a74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"target": "es2019",
7-
"lib": ["es2019", "es2020", "es2022.error"],
7+
"lib": ["es2019", "es2020", "es2022.error", "dom"],
88
"removeComments": true,
99
"useUnknownInCatchVariables": false,
1010
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)