From f59334ddab80925ac08a789aacd0bc0a56fda087 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 24 Dec 2023 12:35:06 +0000 Subject: [PATCH] chore: test bundler module resolution (#146) --- .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