build: add "dom" in tsc compilerOptions.lib

This commit is contained in:
Michael Bradley, Jr 2019-10-25 13:01:38 -05:00
parent f519befe1d
commit f7cb1ada63
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": { "compilerOptions": {
"allowJs": true, "allowJs": true,
"esModuleInterop": true, "esModuleInterop": true,
"lib": ["ES2017"], "lib": ["ES2017", "dom"],
"module": "CommonJS", "module": "CommonJS",
"noEmit": true, "noEmit": true,
"noImplicitThis": false, "noImplicitThis": false,