summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-svelte/tsconfig.json')
-rw-r--r--examples/framework-svelte/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/framework-svelte/tsconfig.json b/examples/framework-svelte/tsconfig.json
index d78f81ec4..8bf91d3bb 100644
--- a/examples/framework-svelte/tsconfig.json
+++ b/examples/framework-svelte/tsconfig.json
@@ -1,3 +1,5 @@
{
- "extends": "astro/tsconfigs/base"
+ "extends": "astro/tsconfigs/strict",
+ "include": [".astro/types.d.ts", "**/*"],
+ "exclude": ["dist"]
}