Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 535 Bytes

File metadata and controls

29 lines (20 loc) · 535 Bytes

TypeScript Base

Minimalist boilerplate for TypeScript projects.

Node.js

Basic TypeScript setup with:

  • TypeDI for dependency injection
  • Biome for linting
  • Source maps support

Commands

pnpm install
pnpm run dev      # development with auto-restart
pnpm run build    # build project
pnpm run start    # run built project
pnpm run lint     # code linting

Deno

Ready-to-use structure for Deno projects.

deno run deno/app/main.ts