This is an ESM node package intended to be a boilerplate to work with ES modules and Typescript. It works with eslint, prettier and husky.
Just clone the repository, go into typescript-starter
and execute npm i
. Then you can use all the commands described in the "script":
section of the package.json
file.
In you want to contribute please make a fork and submit a pull-request.