docs(svelte): Update integration README (#5966)

This commit is contained in:
Lucas Vargas 2023-01-24 17:50:06 -03:00 committed by GitHub
parent 46b6e14265
commit 4d1e4f6d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,6 +112,8 @@ export default {
## Intellisense for TypeScript
**Added in:** `@astrojs/svelte@2.0.0`
If you're using a preprocessor like TypeScript or SCSS in your Svelte files, you can create a `svelte.config.js` file so that the Svelte IDE extension can correctly parse the Svelte files.
```js