Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude service worker directory from tsconfig (#12196)
The [docs](https://kit.svelte.dev/docs/service-workers) state that the service worker can be located at `src/service-worker.js` or as an `index.js` file within the `src/service-worker` directory. Without this fix users who place the file within the directory run into Typescript errors like [#11721](https://github.com/sveltejs/kit/issues/117210) Follow up to [#11727](#11727)
- Loading branch information