mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 15:47:25 +00:00
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…
x
Reference in New Issue
Block a user