2.1.2 • Published 9 years ago

roc-plugin-typescript v2.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

roc-plugin-typescript

A 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.

How to use?

Add the plugin as a dev dependency of your roc application:

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 the root of you roc project, which you can use for configuration.

Documentation


Generated by Roc

2.1.2

9 years ago

2.1.1

9 years ago

2.0.0

9 years ago

2.0.0-alpha

9 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago