From 102481f306941d09405362f97aa6897c6f018c8c Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 21 Dec 2023 13:08:18 +0000 Subject: [PATCH] chore: test bundler module resolution --- .nuxtrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nuxtrc b/.nuxtrc index 167e6c7..0ccbb67 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