Skip to content

Commit

Permalink
chore: Simplified types/global.d.ts for test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jan 15, 2025
1 parent ac08a6f commit f326f8d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/blueprints/ember-addon/__testAppLocation__/types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Types for compiled templates
declare module '<%= options.packages.testApp.name %>/templates/*' {
import { TemplateFactory } from 'ember-cli-htmlbars';

const tmpl: TemplateFactory;
export default tmpl;
}
<% if (options.packages.addon.hasGlint) { %>import '@glint/environment-ember-loose';
import '@glint/environment-ember-template-imports';
<% } %>

0 comments on commit f326f8d

Please sign in to comment.