打字稿启动器
使用babel,tslint,ava和CircleCI的简化打字稿样板。
nvm use 10.15.1
npm install
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.js
要运行一个测试用例,请按照 说明进行操作。
剧本
npm run build :从src到dist编译源代码
npm publish :将代码发布到npm
n
打字稿是
生成运行时类型检查的Typescr ipt转换器。
:optical_disk: 安装
npm install --save typescr ipt-is
# Ensure you have the required dependencies at compile time:
npm install --save-dev typescr ipt
# If you want to use the decorators, ensure you have reflect-metadata