diff --git a/apps/svelte.dev/README.md b/apps/svelte.dev/README.md index 9cfdd92815..7baee7f43c 100644 --- a/apps/svelte.dev/README.md +++ b/apps/svelte.dev/README.md @@ -25,3 +25,5 @@ When writing content for the tutorial, you need to be aware of the differences o ### Dependencies If you look in the site's package.json you'll notice several dependencies that don't appear to be used, such as `@testing-library/svelte`. These are present because they're referenced in the docs, and Twoslash needs to be able to find type definitions in order to typecheck snippets. Installing the dependencies was deemed preferable to faking it with `declare module`, since we're liable to end up with fictional types that way. + +### hi