From fd8e9725a703d53a395aaa4d17356552f2378625 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 21 Dec 2023 13:13:06 +0000 Subject: [PATCH] chore: test bundler module resolution --- .nuxtrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .nuxtrc diff --git a/.nuxtrc b/.nuxtrc new file mode 100644 index 0000000..0c79f29 --- /dev/null +++ b/.nuxtrc @@ -0,0 +1,2 @@ +# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler +experimental.typescriptBundlerResolution=true \ No newline at end of file