A template for writing next awesome TypeScript library/project.
The idea behind this project is to provide a ready-to-use base for writing a library or end project in TypeScript, with all the tools needed without days wasted on Googling random error messages produced by TS/JS ecosystem hell.
See also JS-only, previous project: js-library-template. This project should replace it.
Install ts-library-template
globally.
tslib <dirname>
and answer some questions to create your project.
tslib <dirname>
and maybe accept upgrade if needed.
Upgrades are not always fully compatible, especially if you change some configuration, everything should be however easy to fix.
tslib <dirname> --jsx
MIT