We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fa3ab6 + f711eeb commit d94e05aCopy full SHA for d94e05a
lib/typescript-preprocessor.js
@@ -15,6 +15,7 @@ class TypeScriptPreprocessor {
15
constructor(options) {
16
this.name = 'ember-cli-typescript';
17
this._tag = tag++;
18
+ this.ext = 'ts';
19
20
// Update the config for how Broccoli handles the file system: no need for
21
// includes, always emit, and let Broccoli manage any outDir.
0 commit comments