Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Simple template to initialize a typescript NodeJS project which builds to es2022 js code

License

Notifications You must be signed in to change notification settings

matteosacchetto/typescript-rollup-node-template

Repository files navigation

Typescript Rollup NodeJS template

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