chore: with-markdoc strictNullChecks

This commit is contained in:
bholmesdev 2023-02-13 14:04:31 -05:00
parent f9bd8125fb
commit 5371403734

View file

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