Skip to content

Commit a32212b

Browse files
authored
fix: add tsconfig path to vue-component-meta (#40)
1 parent ca7801e commit a32212b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default defineNuxtModule<ModuleOptions>({
5656
const checker = createComponentMetaCheckerByJsonConfig(
5757
nuxt.options.rootDir,
5858
{
59+
extends: `${nuxt.options.rootDir}/tsconfig.json`,
5960
skipLibCheck: false,
6061
include: [
6162
'**/*',

0 commit comments

Comments
 (0)