项目作者: nicksp
项目描述 :
A starter template using Babel CLI to build TypeScript code
高级语言: JavaScript
项目地址: git://github.com/nicksp/typescript-babel-template.git
TypeScript-Babel
A starter template for projects using Babel CLI to build TypeScript code, and using TypeScript for type-checking.
Building the Repo
npm run build
Linting the Project
npm run lint
Type-checking the Project
npm run typecheck
And to run in --watch
mode:
npm run typecheck:watch