chore: remove dom from ts lib
This commit is contained in:
parent
b780ec5e63
commit
fe662ae5e0
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"lib": [
|
||||
"dom",
|
||||
"es7"
|
||||
],
|
||||
"lib": ["es7"],
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
|
|
Loading…
Reference in a new issue