cmichaelgraham / aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions
MIT License
144 stars 52 forks source link

added flag experimentalDecorators as required by TS compiler see rece… #38

Closed atsu85 closed 8 years ago

atsu85 commented 9 years ago

added flag experimentalDecorators as required by TS compiler. See recent change in TypeScript: https://github.com/Microsoft/TypeScript/commit/62ba36908bceed22a52cee3269223189397cbab5#diff-e119cc28df9582f9e1ca0d41720ea142R2025 that adds the error message shown in compiler output:

error TS6064: Option 'experimentalDecorators' must also be specified when option 'emitDecoratorMetadata' is specified. [18:57:25] TypeScript: 1 global error [18:57:25] TypeScript: emit succeeded (with errors)

cmichaelgraham commented 8 years ago

ts15 branch now merged into master :+1: