TypeScript library & unit tests
Guide

1. Add the basic TS template package to your app

2. Export a function
3. Add a test
4. Update the package.json file
5. Update the yarn lockfile

6. We configure Babel
7. We configure TypeScript
8. Use a function from the library within a view
9. Deploy!
Last updated