mirror of https://github.com/embarklabs/embark.git
build: add "dom" in tsc compilerOptions.lib
This commit is contained in:
parent
f519befe1d
commit
f7cb1ada63
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue