@billogram/task-ts-check
Task for type-checking TypeScript
Install
yarn add @billogram/task-ts-check
Usage
Add the task to a task runner.
import taskTsCheck from '@billogram/task-ts-check';
import TaskRunner from '@billogram/task-runner';
const runner = new TaskRunner('build-scripts');
runner.add('ts-check', taskTsCheck());
This will add the compile TypeScript task to the build scripts.
> build-scripts ts-check
Note
This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.
License
MIT