We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7950e commit fa25b2dCopy full SHA for fa25b2d
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"target": "ESNext",
4
"useDefineForClassFields": true,
5
- "lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"],
+ "lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
6
"module": "esnext",
7
"skipLibCheck": true,
8
/* Bundler mode */
0 commit comments