diff --git a/frontend/tsconfig.app.json b/frontend/tsconfig.app.json index a132313..81f0d77 100644 --- a/frontend/tsconfig.app.json +++ b/frontend/tsconfig.app.json @@ -28,5 +28,6 @@ "@/*": ["./src/*"] } }, - "include": ["src"] + "include": ["src"], + "exclude": ["src/**/__tests__/**", "src/test/**"] }