From e913045f0cd3a6ca74a19d8e5b229357d80e4b1d Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:48:28 -0500 Subject: [PATCH] Let's try to figure out https://github.com/emberjs/ember.js/issues/20789 --- files/__addonLocation__/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__addonLocation__/tsconfig.json b/files/__addonLocation__/tsconfig.json index bdb6789..28dd17e 100644 --- a/files/__addonLocation__/tsconfig.json +++ b/files/__addonLocation__/tsconfig.json @@ -51,7 +51,7 @@ "allowImportingTsExtensions": true, "types": [ - "./node_modules/ember-source/types/stable" + "ember-source/types" ] } }