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": {
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["ES2017"],
|
||||
"lib": ["ES2017", "dom"],
|
||||
"module": "CommonJS",
|
||||
"noEmit": true,
|
||||
"noImplicitThis": false,
|
||||
|
|
Loading…
Reference in New Issue