shane13hsi / typescript_jasmine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Compile Options

run test

npm run test

run test and watch:

open three terminal tab, type on each:

npm run watch_test_es6 to compile TypeScript to ES6 via tsc

npm run watch_test_es5 to compile ES6 to ES5 via babel.js

npm run watch_test to run Jasmine in watch mode via nodemon

About

License:MIT License


Languages

Language:TypeScript 100.0%