From aee17bd6a18c7a7161bb252a73304112d60cbbdc Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Fri, 14 Jun 2024 12:11:53 +0200 Subject: [PATCH] Include *.vue files in compiler settings --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"] } -