summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/blog/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/tsconfig.json b/examples/blog/tsconfig.json
index b86574fa8..e51e06270 100644
--- a/examples/blog/tsconfig.json
+++ b/examples/blog/tsconfig.json
@@ -1,6 +1,6 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
- "strictNullChecks": true,
+ "strictNullChecks": true
}
}