Feature | With | Configuration File |
---|---|---|
Runtime, script, tests runner | Bun | bunfig.toml |
Typings | Typescript | tsconfig.json |
Formatting | dprint | .dprint.jsonc |
Linting | Biome | .biome.jsonc |
Continuous Integration | GitHub Workflow | .github/workflows |
Import aliases | Typescript paths | tsconfig.json |
Rollup exports | Barrelsby | .barrelsby.json |
Containerization | Docker | Dockerfile, docker-compose.yaml |
Pre-commit hook (linting, formatting, typecheck) | lefthook | .lefthook.yml |
bun i
bun run
docker compose up