Skip to content

Commit f711eeb

Browse files
committed
Add file extension to preprocessor
1 parent 1fa3ab6 commit f711eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/typescript-preprocessor.js

Lines changed: 1 addition & 0 deletions
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)