Fix: Make typecheck not complain about fetch().
This commit is contained in:
parent
eca003b1d6
commit
f1feec4fe7
|
@ -8,7 +8,7 @@
|
|||
"@/*": ["./src/*"],
|
||||
},
|
||||
"target": "es2018",
|
||||
"lib": ["es2018"],
|
||||
"lib": ["es2018", "DOM"],
|
||||
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
||||
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue