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 b722a45 commit 9ee2cdfCopy full SHA for 9ee2cdf
tsconfig.json
@@ -4,11 +4,12 @@
4
"target": "ES2020",
5
"outDir": "out",
6
"lib": [
7
- "ES2020"
+ "ES2020",
8
+ "dom"
9
],
10
"sourceMap": true,
11
"rootDir": "src",
- "strict": true /* enable all strict type-checking options */
12
+ "strict": true /* enable all strict type-checking options */
13
/* Additional Checks */
14
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
15
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
@@ -18,4 +19,4 @@
18
19
"node_modules",
20
".vscode-test"
21
]
-}
22
+}
0 commit comments