lasso-typescript
Plugin to use Typescript using Lasso js.
Usage
npm install lasso-typescript
Register lasso-typescript as shown below:
require.configure;
Include the typescript file in browser.json as shown below:
"dependencies": "./style.less" "./Greeter.ts" "require-run: ./main"
Example
Fork and set up the project.
git clone git@github.com:ajay2507/lasso-typescript.gitcd examplenpm install
Run the project.
npm run start