This project is to get you started using FuseBox as module loader and bundler to create an npm package, using TypeScript
.
npm run
npm run dist
Package.json contains the following fields:
{
"ts:main": "index.ts",
"types": "index.ts",
"main": "es5.js",
}
FuseBox will work with typescript once this package is installed.