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 } }