From 4b0a2668987406de6a3d830b951dd810838fe344 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 21 Dec 2023 15:14:37 +0000 Subject: [PATCH] chore: test bundler module resolution --- .nuxtrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nuxtrc b/.nuxtrc index f033419..63531d1 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1,4 @@ imports.autoImport=false typescript.includeWorkspace=true +# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler +typescript.tsConfig.compilerOptions.moduleResolution=Bundler