A minimal Node.js + TypeScript project template.
- Node.js ≥ 24.7.0
- npm ≥ 10.15.0
pnpm build- Build the project using tsdownpnpm test- Run tests with Node.js native test runnerpnpm test.watch- Run tests in watch modepnpm lint- Check code with Biomepnpm lint.fix- Fix linting issues automaticallypnpm typecheck- Compile check with TypeScript
- TypeScript - Type-safe JavaScript
- tsdown - Fast TypeScript bundler
- Biome - Fast linter and formatter
- Node.js test runner - Native testing with tsx loader