Today, (for apps, addons, and v2 addons) it's broken out of the box for gts, because when folks install ember-template-imports, they get v4, which removed all the APIs Glint was using.
By moving ember-template-imports in Glint to be a dependency, Glint keeps those APIs, and is no longer broken-by-default.
While https://github.com/typed-ember/glint/pull/655 is being worked on, we need an interim solution for Glint.
Today, (for apps, addons, and v2 addons) it's broken out of the box for gts, because when folks install ember-template-imports, they get v4, which removed all the APIs Glint was using.
By moving ember-template-imports in Glint to be a dependency, Glint keeps those APIs, and is no longer broken-by-default.
This should be a patch-release, imo.