Mixing CommonJS and ESM Imports
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...
gt.hashnode.dev6 min read