tsconfig

v7.0.0
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour
TypeScript compiler config tsconfig json resolve

lint

tslint "src/**/*.ts"

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
npm i tsconfig

Metadata

  • MIT
  • Whatever
  • Blake Embrey
  • released 8/28/2017

Downloads