Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] add DOM lib to create-svelte tsconfig (#1956)
This makes the DOM ambient typings available to the user without errors. This is not 100% correct because on the server most of the typings are not available, but as soon as you want to use one of these, you need to add this to the lib list anyway. It also makes the svelte-kit package command export the correct dispatcher event types (#1943).
- Loading branch information