hot-controller-plugin-typescript
v1.0.2
Published
Typescipt plugin for hot-controller
Downloads
4
Maintainers
Readme
hot-controller-plugin-typescript
Write your controllers for hot-controller in typescript.
Get started
Installation
npm install --save hot-controller hot-controller-plugin-typescript
or if you're using yarn:
yarn add hot-controller hot-controller-plugin-typescript
Config
In your .controllerrc.json
{
"plugins": ["typescript"]
}