1.3.0 • Published 4 years ago
@billogram/task-ts-compile-frontend-babel v1.3.0
@billogram/task-ts-compile-frontend-babel
Frontend task for compiling TypeScript to JavaScript and putting the output in the dist folder
Install
yarn add @billogram/task-ts-compile-frontend-babelUsage
Add the task to a task runner.
import taskTsCompileBabel from '@billogram/task-ts-compile-frontend-babel';
import TaskRunner from '@billogram/task-runner';
const runner = new TaskRunner('build-scripts');
runner.add('ts-compile-babel', taskTsCompileBabel());This will add the compile TypeScript task to the build scripts.
> build-scripts ts-compile-babelNote
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