Fix the error where the code doesn't compile

TypeScript is not used for browser development here, hence it does not know the type XMLHttpRequest (used by SuperAgent)
This is not an ideal solution
This commit is contained in:
Stephan
2021-11-09 15:40:38 +01:00
parent 9a57610362
commit f2e18e1656
+3
View File
@@ -0,0 +1,3 @@
// Temporary fix
// REVIEW: Look into a better solution
declare interface XMLHttpRequest {}