Simple template to initialize a typescript + rollup NodeJS project
It uses rollup togheter with typescript to generate .mjs output file which are compiled ES modules of esnext version
It also has been setup to integrate with eslint for code linting, prettier for code styling and jest for tests
It also provides a Dockerfile and docker-compose as a starting point for your app deployment