GTGraham Towseingt.hashnode.dev·Jun 29, 2022 · 6 min readMixing CommonJS and ESM ImportsLearning 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...00