Using,
import { XMLHttpRequest } from \'xmlhttprequest\';
On Node I get the following error when I compile with tsc
tsc
Can you try to do npm install @types/xmlhttprequest --save in your command line.
npm install @types/xmlhttprequest --save
If it gives you error, then it means that xmlhttprequest library does not support TypeScript.