There was an error while loading. Please reload this page.
1 parent 861be30 commit 0bb78b7Copy full SHA for 0bb78b7
tools/broccoli/broccoli-typescript.ts
@@ -41,6 +41,7 @@ class DiffingTSCompiler implements DiffingBroccoliPlugin {
41
this.tsOpts = Object.create(options);
42
this.tsOpts.outDir = this.cachePath;
43
this.tsOpts.target = (<any>ts).ScriptTarget[options.target];
44
+ this.tsOpts.experimentalDecorators = true;
45
this.rootFilePaths = options.rootFilePaths ? options.rootFilePaths.splice(0) : [];
46
this.tsServiceHost = new CustomLanguageServiceHost(this.tsOpts, this.rootFilePaths,
47
this.fileRegistry, this.inputPath);
0 commit comments