diff --git a/tsconfig.app.json b/tsconfig.app.json index 44117e0..21be36b 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -25,5 +25,6 @@ "@/*": ["./src/*"] } }, - "include": ["src"] + "include": ["src"], + "exclude": ["src/components/ui"] }