fly-ts

0.2.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i fly-ts

Weekly Downloads

0

Version

0.2.4

License

MIT

Last publish

Collaborators

  • manland