This is a template for my TypeScript projects. This is very opinionated but feel free to use it as a starting point for your own projects.
- Typescript
- Jest (with ts-jest)
- Eslint
- Prettier
- Create repo with readme, gitignore (Node template) and license from github
yarn init -y
yarn add -D typescript
&yarn tsc --init
yarn add -D jest ts-jest @types/jest
&yarn ts-jest config:init
yarn add -D prettier
& add configyarn add -D eslint
&yarn eslint --init
- add some source and test files