0.0.5 • Published 7 years ago
codecheck-type-coverage v0.0.5
Install
npm add --save-dev @codechecks/type-coverage-watcheror
yarn add --dev @codechecks/type-coverage-watcherUsage
Add to your codechecks.js file:
import { typeCoverageWatcher } from "@codechecks/type-coverage-watcher";
export async function main() {
await typeCoverageWatcher();
// ...
}API
typeCoverageWatcher(options: Options): Promise\
options
interface Options {
tsconfigPath?: string;
}tsconfigPath
optional string\
Default: tsconfig.json\
Path to typescript project configuration
Contributing
All contributions are welcomed. Read more in CONTRIBUTING.md
Licence
MIT @ codechecks.io