diff --git a/.nuxtrc b/.nuxtrc index f033419..63531d1 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1,4 @@ imports.autoImport=false typescript.includeWorkspace=true +# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler +typescript.tsConfig.compilerOptions.moduleResolution=Bundler