Skip to content

Commit

Permalink
Merge pull request #137 from embroider-build/update-for-upstream-ts-c…
Browse files Browse the repository at this point in the history
…hanges

Update for ember-cli `--typescript` changes
  • Loading branch information
simonihmig committed Jul 5, 2023
2 parents 82c6763 + 65dc56d commit 8089520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/test-app-overrides/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function (defaults) {
let app = new EmberApp(defaults, {
autoImport: {
<% if (typescript) {%>'ember-cli-babel': { enableTypeScriptTransform: true },
<% } %>autoImport: {
watchDependencies: ['<%= addonName %>'],
},
});
Expand Down

0 comments on commit 8089520

Please sign in to comment.