Skip to content

Commit

Permalink
Add file extension to preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeckie committed Aug 4, 2017
1 parent 1fa3ab6 commit f711eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/typescript-preprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class TypeScriptPreprocessor {
constructor(options) {
this.name = 'ember-cli-typescript';
this._tag = tag++;
this.ext = 'ts';

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

0 comments on commit f711eeb

Please sign in to comment.