All Questions
1 question
0
votes
0
answers
747
views
Reference Error when Importing TypeScript Module into JS File
I am currently facing an issue while introducing TypeScript into a portion of my project. My project uses CommonJS for module management and Pug as a template engine. I'm attempting to import a class ...