0.2.4 • Published 10 years ago

fly-ts v0.2.4

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Typescript plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-ts

Example

export function* text () {
  yield this
    .source("./src/**/*.ts")
    .ts({
        module: 'commonjs',
        emitDecoratorMetadata: true,
        experimentalDecorators: true,
        sourceMap: true
    })
    .target("dist/")
}

License

MIT © Romain Maneschi

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago