happo-plugin-typescript
v1.0.0
Published
A Happo plugin that makes it easier to work with TypeScript
Downloads
9,555
Readme
happo-plugin-typescript
A happo.io plugin that makes TypeScript development simpler.
Usage
Add the following to your .happo.js
configuration file:
// .happo.js
const happoPluginTypescript = require('happo-plugin-typescript');
module.exports = {
// ...
plugins: [
happoPluginTypescript(),
],
}