Currently, the Svelte template adds an e2e directory for Playwright tests. However, this directory isn't type-checked (see sveltejs/kit#15254). We have 3 options:
- Rename "e2e" to "tests" which is covered by the generated tsconfig.json
- Change the generated tsconfig.json to recognise the "e2e" directory
- Include it via the SvelteKit typescript config option