summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <contact@florian-lefebvre.dev> 2024-09-11 14:40:15 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-11 14:40:15 +0200
commit74722cb81c46d4d29c8c5a2127f896da4d8d3235 (patch)
tree264e7f3eacc34c4967b2c36fa8de67d44a7a213f /examples/framework-svelte
parent518433e433fe69ee3bbbb1f069181cd9eb69ec9a (diff)
downloadastro-74722cb81c46d4d29c8c5a2127f896da4d8d3235.tar.gz
astro-74722cb81c46d4d29c8c5a2127f896da4d8d3235.tar.zst
astro-74722cb81c46d4d29c8c5a2127f896da4d8d3235.zip
feat(next): reference astro/client from astro/config (#11925)
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r--examples/framework-svelte/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/tsconfig.json b/examples/framework-svelte/tsconfig.json
index d2e51fb46..f11a46c8e 100644
--- a/examples/framework-svelte/tsconfig.json
+++ b/examples/framework-svelte/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "astro/tsconfigs/base",
- "include": ["**/*", ".astro/types.d.ts"],
+ "include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}