We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0331ef9 commit 4de6d43Copy full SHA for 4de6d43
packages/nuxt/src/module.ts
@@ -82,7 +82,7 @@ export default defineNuxtModule<ModuleOptions>({
82
// Add type references for useRuntimeConfig in root files for nuxt v4
83
// Should be relative to `root/.nuxt`
84
const relativePath = path.relative(nuxt.options.buildDir, clientConfigFile);
85
- options.tsConfig.include.push(`../${relativePath}`);
+ options.tsConfig.include.push(relativePath);
86
});
87
}
88
0 commit comments