diff --git a/.nuxtrc b/.nuxtrc index 167e6c7..d81d20c 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 +typescript.tsConfig.compilerOptions.moduleResolution=Bundler \ No newline at end of file