Skip to content

Commit 3729fbf

Browse files
author
Weffe
committed
chore(tsconfig): add dom as a type lib
1 parent ed192c7 commit 3729fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
66
"lib": [
77
"es2015",
8+
"dom"
89
], /* Specify library files to be included in the compilation. */
910
// "allowJs": true, /* Allow javascript files to be compiled. */
1011
// "checkJs": true, /* Report errors in .js files. */

0 commit comments

Comments
 (0)