diff --git a/tsconfig.json b/tsconfig.json index dea448df..59aa71ce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,8 +10,7 @@ "sourceMap": true, "strict": true, "types": ["vitest/globals"] // allows to skip import of test functions like `describe`, `it`, `expect`, etc. - }, - "exclude": ["src/lib/emails/welcome_email_html.svelte"] + } // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files // // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes