#typescript
Read more stories on Hashnode
Articles with this tag
When you write a Node.js application using TypeScript, the default configuraion will treat the ESM package as CommonJS package, just like this: //...