tsconfig

v1.0.5
TypeScript project file specification + implementation
TypeScript compiler config tsconfig json resolve

lint

# TODO

build

npm run build-ts

build-ts

rm -rf dist && tsc

test-spec

mocha dist/**/*.spec.js -R spec --bail

test-cov

istanbul cover node_modules/mocha/bin/_mocha -- dist/**/*.spec.js -R spec --bail

test

npm run build && npm run lint && npm run test-cov

prepublish

npm run build

Metadata

  • MIT
  • Whatever
  • Blake Embrey
  • released 9/23/2015

Downloads