@billogram/task-ts-compile-frontend
Frontend task for compiling TypeScript to JavaScript and putting the output in the dist folder
Install
yarn add --exact @billogram/task-ts-compile-frontend
Usage
Add the task to a task runner.
import taskTsCompile from '@billogram/task-ts-compile-frontend';
import TaskRunner from '@billogram/task-runner';
const runner = new TaskRunner('build-scripts');
runner.add('ts-compile', taskTsCompile());
This will add the compile TypeScript task to the build scripts.
> build-scripts ts-compile
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