Migrating from Babel to TSC in a Node.js TypeScript Project
Recently, I migrated a Node.js project from Babel to the native TypeScript compiler (tsc). While Babel is incredibly flexible and fast, switching to tsc helped reduce toolchain complexity and align more closely with TypeScript’s intended usage. Howev...
random-thoughts-and-learnings.hashnode.dev4 min read