diff --git a/tsconfig.json b/tsconfig.json index c532b805..5ba9cc31 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,5 @@ "verbatimModuleSyntax": true, "jsx": "preserve" }, - "include": ["./astro.config.ts", "source/**/*"] + "include": ["./astro.config.ts", "source/**/*", "source/**/*.vue"] } -