detleph / server

Server component of the Detleph event management system
MIT License
1 stars 0 forks source link

Fix the error where the code doesn't compile #15

Closed stephan418 closed 2 years ago

stephan418 commented 2 years ago

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 and we should look into a better solution (maybe add the "dom" lib in tsconfig.json)