TypeScript and Node.js skeleton for bootstrapping minimal TypeScript projects

Minimal starter template for TypeScript projects that provides linting, testing, and CI scaffolding. It includes ESLint configuration, Jest tests executed with SWC for faster runs, and GitHub Actions workflows; dependencies are intentionally minimal and unopinionated. Suited for libraries, command-line tools, or back-end services that need a lightweight TypeScript foundation.
0