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

This commit is contained in:
Lucas Vargas 2023-01-24 17:50:06 -03:00 committed by Matthew Phillips
parent 37563b73f2
commit 21a3774d53

View file

@ -112,6 +112,8 @@ export default {
## Intellisense for TypeScript ## 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. 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 ```js