Skip to content

Commit 9ee2cdf

Browse files
committed
add dom
1 parent b722a45 commit 9ee2cdf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"target": "ES2020",
55
"outDir": "out",
66
"lib": [
7-
"ES2020"
7+
"ES2020",
8+
"dom"
89
],
910
"sourceMap": true,
1011
"rootDir": "src",
11-
"strict": true /* enable all strict type-checking options */
12+
"strict": true /* enable all strict type-checking options */
1213
/* Additional Checks */
1314
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
1415
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
@@ -18,4 +19,4 @@
1819
"node_modules",
1920
".vscode-test"
2021
]
21-
}
22+
}

0 commit comments

Comments
 (0)