chore: with-markdoc strictNullChecks

This commit is contained in:
bholmesdev 2023-02-13 14:04:31 -05:00
parent d57f5d1b3a
commit 9a1b274eb5

View file

@ -1,3 +1,6 @@
{
"extends": "astro/tsconfigs/base"
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}