From b7a1cb24d0d6eec5ecbbb2f4d545c5bf6003c844 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 11 Jan 2024 12:35:48 +0100 Subject: [PATCH] chore: test bundler module resolution (#442) --- .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