A roc plugin for compiling typescript (*.ts and *.tsx) files
npm install roc-plugin-typescriptA roc plugin for compiling typescript (.ts and .tsx) files. It uses
ts-loader for to let webpack compile
typescript files and adds source maps via
source-map-loader.
npm install --save-dev roc-plugin-typescript
`The plugin will automatically hook into webpacks build process and add a loader
for .ts and .tsx files. The compiler will look for a
tsconfig.json` file in---
_Generated by Roc_