项目作者: nicksp

项目描述 :
A starter template using Babel CLI to build TypeScript code
高级语言: JavaScript
项目地址: git://github.com/nicksp/typescript-babel-template.git
创建时间: 2019-11-10T13:56:48Z
项目社区:https://github.com/nicksp/typescript-babel-template

开源协议:MIT License

下载


TypeScript-Babel

A starter template for projects using Babel CLI to build TypeScript code, and using TypeScript for type-checking.

Building the Repo

  1. npm run build

Linting the Project

  1. npm run lint

Type-checking the Project

  1. npm run typecheck

And to run in --watch mode:

  1. npm run typecheck:watch