TypeScript Node starter using swc to generate CJS and ESM.
A minimalist Node boilerplate written in TypeScript that uses swc to compile source and produce both CommonJS and ES modules. Includes scripts for development (watch), building, linting, testing, and publishing; requires Node 20+ and is suited for authors creating Node packages or libraries with dual module outputs.
0