Mixing CommonJS and ESM Imports
Jun 29, 2022 · 6 min read · Learning Outcomes how ts-node can be used to type check/transpile/run TypeScript without ceremony how CommonJS and ESM modules can work together understanding TypeScript configuration via tsconfig.json Example Scenario You're writing a command line...
Join discussion