Skip to content

Commit

Permalink
Remove unneeded exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 3, 2024
1 parent a5ed3e7 commit b6de2b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6de2b6

Please sign in to comment.