Skip to content

Commit d94e05a

Browse files
authoredAug 4, 2017
Merge pull request #55 from mfeckie/bugfix/engine-usage
Add file extension to preprocessor
2 parents 1fa3ab6 + f711eeb commit d94e05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/typescript-preprocessor.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class TypeScriptPreprocessor {
1515
constructor(options) {
1616
this.name = 'ember-cli-typescript';
1717
this._tag = tag++;
18+
this.ext = 'ts';
1819

1920
// Update the config for how Broccoli handles the file system: no need for
2021
// includes, always emit, and let Broccoli manage any outDir.

0 commit comments

Comments
 (0)
Please sign in to comment.