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": ".",