This is my Typescript template i setup eslint and pretier for clean coding methods, i hope it will help you for futur Typecript projects ✌️
$ yarn install
# Building
$ yarn build
# Prod
$ yarn start
# watch mode (no need for building in watch mode)
$ yarn dev