- Runs
nodemon src/index.ts
- Runs
tsc -p tsconfig.json
- Runs
node dist/index.js
- Runs
eslint --fix .
- Runs
eslint --fix .
- Runs
prettier --check .
- Runs
prettier --write .
nodemon src/index.ts
tsc -p tsconfig.json
node dist/index.js
eslint --fix .
eslint --fix .
prettier --check .
prettier --write .