From 0c3485ab0703e38205df232eda75a163a2c2a47a Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Thu, 9 Feb 2023 14:50:17 +0000 Subject: [PATCH] [ci] format --- examples/blog/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }