We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3382771 commit 4712df6Copy full SHA for 4712df6
tsconfig.json
@@ -4,7 +4,7 @@
4
"module": "esnext",
5
"moduleResolution": "node",
6
"noEmitOnError": true,
7
- "lib": ["es2017", "dom"],
+ "lib": ["es2017", "dom", "dom.iterable"],
8
"strict": true,
9
"esModuleInterop": false,
10
"allowSyntheticDefaultImports": true,
0 commit comments