The purpose of this repository is to provide a good starting point for a new typescript project. It includes packages and has set up ts and linting rules, considered good practice.
This project utilizes pnpm
as the package manager. If you haven't installed it already install it via:
npm i pnpm -g
git clone https://github.com/christianemmert/ts-starter.git
pnpm install
start
- Runs./src/index.ts
viats-node
lint
- Runseslint
lint:fix
- Runs, and fixeseslint
- Repository: https://github.com/christianemmert/ts-starter