From 1b0663e5c083e51cbfcb1f62ea7465dfc64fbfa3 Mon Sep 17 00:00:00 2001 From: Lukas Nys Date: Fri, 20 Oct 2023 10:30:35 +0200 Subject: [PATCH] fix: configure glint for ember-template-imports --- files/__addonLocation__/unpublished-development-types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/files/__addonLocation__/unpublished-development-types/index.d.ts b/files/__addonLocation__/unpublished-development-types/index.d.ts index b7d610a3..17935511 100644 --- a/files/__addonLocation__/unpublished-development-types/index.d.ts +++ b/files/__addonLocation__/unpublished-development-types/index.d.ts @@ -2,6 +2,7 @@ // These will *not* be published as part of your addon, so be careful that your published code does not rely on them! import '@glint/environment-ember-loose'; +import '@glint/environment-ember-template-imports'; declare module '@glint/environment-ember-loose/registry' { // Remove this once entries have been added! 👇