We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee21f12 commit ee4a74aCopy full SHA for ee4a74a
1 file changed
tsconfig.json
@@ -4,7 +4,7 @@
4
"module": "commonjs",
5
"moduleResolution": "node",
6
"target": "es2019",
7
- "lib": ["es2019", "es2020", "es2022.error"],
+ "lib": ["es2019", "es2020", "es2022.error", "dom"],
8
"removeComments": true,
9
"useUnknownInCatchVariables": false,
10
"forceConsistentCasingInFileNames": true,
0 commit comments