From 57a57a165358987cb5a4bc934a8e67f56c9b959f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 21 Dec 2023 12:43:34 +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