summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/integrations/svelte/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/integrations/svelte/README.md b/packages/integrations/svelte/README.md
index f436ab2dd..5367c8cdb 100644
--- a/packages/integrations/svelte/README.md
+++ b/packages/integrations/svelte/README.md
@@ -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