Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 1, 2024
1 parent 9a05e34 commit 5843a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"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"],
"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 5843a8a

Please sign in to comment.