From de8c1db34120b8e765257464f4d371db25141b0b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 21 Dec 2023 13:22:55 +0000 Subject: [PATCH] chore: test bundler module resolution (#35) --- .nuxtrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nuxtrc b/.nuxtrc index c66fcdf8..b157b638 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1,5 @@ # imports.autoImport=false typescript.includeWorkspace=true + +# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler +experimental.typescriptBundlerResolution=true \ No newline at end of file