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