Fix: Make typecheck not complain about fetch().

This commit is contained in:
baldo 2022-07-18 18:29:28 +02:00
parent eca003b1d6
commit f1feec4fe7

View file

@ -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. */
},