Adding `environment-ember-loose` to my `global.d.ts` file breaks the `TemplateFactory` import
adc-mhaugen opened this issue · 0 comments
adc-mhaugen commented
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:
Do I need to do that in some other glint friendly way?
Thanks!