diff --git a/tsconfig.json b/tsconfig.json index bd323f03..86e4d41d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,5 +2,6 @@ "extends": "@quasar/app-vite/tsconfig-preset", "compilerOptions": { "baseUrl": "." - } + }, + "exclude": ["tests"] }