typescript-sample-project
v1.0.0
Published
Sample TypeScript 2.0 Project
Downloads
3
Readme
Sample TypeScript 2.0 Project
Author: Lovelidge, Shawn
Overview:
This Typescript Library is compiled down to ES5 for compatibility with current browsers. By default a minified version is created (i.e. sample.min.js) within the ./dist folder.
Setup:
npm install
Build:
npm run build:watch
Build Output:
Compiled output can be found in the ./dist folder.