diff options
author | 2023-02-09 14:50:17 +0000 | |
---|---|---|
committer | 2023-02-09 14:50:17 +0000 | |
commit | 0c3485ab0703e38205df232eda75a163a2c2a47a (patch) | |
tree | 07590845f71f4f66c441031eae07c18d279557a3 | |
parent | 5616167358cce4754f2f1d5163f7e710ccb553f0 (diff) | |
download | astro-0c3485ab0703e38205df232eda75a163a2c2a47a.tar.gz astro-0c3485ab0703e38205df232eda75a163a2c2a47a.tar.zst astro-0c3485ab0703e38205df232eda75a163a2c2a47a.zip |
[ci] format
-rw-r--r-- | examples/blog/tsconfig.json | 2 |
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 } } |