From 0a1c4cf5fd64fc7436b88670d4632c529ef4b456 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Mon, 18 Jul 2022 09:23:18 -0700 Subject: [PATCH] Update tsconfig.app.json --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 66cbd62..b67c3f9 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,7 +1,7 @@ { "extends": "@vue/tsconfig/tsconfig.web.json", "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], - "exclude": ["src/**/__tests__/*"], + "exclude": ["tests"], "compilerOptions": { "composite": true, "baseUrl": ".",