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