nc-elixir-typescript

1.1.2-c • Public • Published

elixir-typescript

(forked from laravel-elixir-typescript by MikeyAlder)

Usage

Check original version

Diff

Can use 'sourceMap' option and first argument, outputFileName can be null.

  mix.typescript(null, 'public/compiled', '/**/*.ts', {
      target: 'ES5',
      module: 'system',
      moduleResolution: 'node',
      sourceMap: true,
      emitDecoratorMetadata: true,
      experimentalDecorators: true,
      removeComments: false,
      noImplicitAny: false
    });

Parameters

Bellow is the list of the available parameters:

  • outputFileName: Filename for output
  • outputFolder(optional): Where to place the output file. Default: public/js/
  • search (optional): filter for input files, can also be a direct path to one file like app.ts. Defaults: /**/*.ts
  • options (optional): Options to forward to the gulp-typescript used for compiling. All options under https://github.com/ivogabe/gulp-typescript#options

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.2-c
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.2-c
    1
  • 1.1.2
    1

Package Sidebar

Install

npm i nc-elixir-typescript

Weekly Downloads

2

Version

1.1.2-c

License

MIT

Last publish

Collaborators

  • nekoromancer