Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update svelte.config.js to properly handle TypeScript
TypeScript syntax inside the script tags of SvelteKit routes and components isn't properly handled without adding vitePreprocess, crashing the application. With vitePreprocess, it works.
- Loading branch information