From adfcee7b144924ff2833480e3dbc5bbc5b5c4f77 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 21 Dec 2023 13:08:38 +0000 Subject: [PATCH] chore: test bundler module resolution --- .nuxtrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nuxtrc b/.nuxtrc index 167e6c7..d81d20c 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1,5 @@ imports.autoImport=true typescript.includeWorkspace=true + +# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler +typescript.tsConfig.compilerOptions.moduleResolution=Bundler \ No newline at end of file