Having trouble importing the xml2js
module as I keep getting a 404 error stating that it's not found.
import xml2js from 'xml2js';
Any suggestions on how to properly import JavaScript modules located in the node_modules
directory when working with TypeScript?