typed-ember/glint

Adding `environment-ember-loose` to my `global.d.ts` file breaks the `TemplateFactory` import

adc-mhaugen opened this issue · 0 comments

I have an example Ember 4.12 repo here: https://github.com/adc-mhaugen/generic-args.

When adding glint to this project the TemplateFactory import gives TS errors as soon as I add the environment-ember-loose import:

Screenshot 2023-11-14 at 2 25 15 PM

Do I need to do that in some other glint friendly way?

Thanks!