mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
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:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
// Temporary fix
|
||||
// REVIEW: Look into a better solution
|
||||
declare interface XMLHttpRequest {}
|
||||
Reference in New Issue
Block a user