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 -yyarn add -D typescript&yarn tsc --inityarn add -D jest ts-jest @types/jest&yarn ts-jest config:inityarn add -D prettier& add configyarn add -D eslint&yarn eslint --init- add some source and test files