TypeScript template repository with typescript-eslint (airbnb config) and ts-node-dev.
Dependabot keeps the dependencies up to date.
- Build tool: yarn (can be replaced with npm:
rm yarn.lock && npm install) - Target Node version: 22.x (es2023)
- Structure:
src/for TypeScript source files andbuild/for output - Also includes a default
.editorconfigwith 2-space indents
Scripts:
yarn devrun from source, auto-restartingyarn lintrun eslintyarn lint --fixrun eslint with auto-formattingyarn buildbuild to JSyarn startrun built JSyarn testcurrently does nothing