docs/default.md for @git.zone/tscoverage name: Default Behaviour Default Behaviour when you don't configure it otherwise. Config: Check config in ./npmextra.json (Check out npmextra) Clean: Clean up from any previous builds (old js files) Check: Check project for typings declaration in package.json, unused dependencies and missing dependencies Transpile: Transpile TypeScript with inline sourcemaps and declaration files to ES target Test: transpile TypeScript of module to ES5 for tests (so it can be instrumentalized) and pipe it to tapbuffer. All this happens in memory.