@glint/environment-ember-template-imports

v1.0.0-beta.3
A Glint environment to support ember-template-imports projects
glint-environment

@glint/environment-ember-template-imports

This package contains the information necessary for glint to typecheck an ember-template-imports project.

Note that this environment should be installed alongside @glint/environment-ember-loose and both should be activated in your Glint configuration in tsconfig.json:

{
  "compilerOptions": { /* ... */ },
  "glint": {
    "environment": [
      "ember-loose",
      "ember-template-imports"
    ]
  }
}
npm i @glint/[email protected]

Metadata

  • MIT
  • Whatever
  • Dan Freeman
  • released 2/2/2023

Downloads