2.1.2 • Published 7 years ago

roc-plugin-typescript v2.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

2.1.1

7 years ago

2.0.0

8 years ago

2.0.0-alpha

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago