From 04c452cf53ad366a80cd4aea215f86cb5fda5e71 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 2 Jan 2024 12:19:23 +0000 Subject: [PATCH] chore: test bundler module resolution (#582) --- .nuxtrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nuxtrc b/.nuxtrc index 167e6c78..0ccbb674 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 +experimental.typescriptBundlerResolution=true \ No newline at end of file