Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): remove "dom" from the list of global libraries
Historically, we were including "dom" because it was required by supertest's type declarations to pass the compilation. Now that we are not type-checking declaration files, we don't need "dom" library any more. Please note that "dom" library is for HTML/Browser environment only, no Node.js code should be depending on DOM types, e.g. the global `Request` object provided by browsers.
- Loading branch information