diff --git a/tsconfig.json b/tsconfig.json index c7b9df5..672ded3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "sourceMap": true, "strict": true, "moduleResolution": "bundler" - } + }, + "exclude": ["./src/lib/components/ui"] // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files //