Copy this project as a starting point for your own project.
npm installto get the dependencies.npm run watchto continually transform your TypeScript to JavaScript (with source maps) in./outnpm run buildto bundle yourindex.tsand everything it imports (with tree shaking, in theory) to a single./dist/index.jsfile (with a./dist/index.js.mapsource map in case you need to debug).