diff --git a/.nuxtrc b/.nuxtrc index 0da3d416..3f5b8299 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1,5 @@ typescript.includeWorkspace=true sourcemap=false + +# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler +experimental.typescriptBundlerResolution=true \ No newline at end of file