Skip to content

Commit

Permalink
ts between js and template
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 27, 2023
1 parent 46d994e commit 13aa13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/src/compat-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class CompatAppAdapter implements AppAdapter<TreeNames> {
// For TS, we defer to ember-cli-babel, and the setting for
// "enableTypescriptTransform" can be set with and without
// ember-cli-typescript
return ['.ts', '.wasm', '.mjs', '.js', '.json', '.hbs', '.hbs.js'];
return ['.wasm', '.mjs', '.js', '.json', '.ts', '.hbs', '.hbs.js'];
}

private *emberEntrypoints(htmlTreePath: string): IterableIterator<Asset> {
Expand Down

0 comments on commit 13aa13d

Please sign in to comment.