From 04b22b288e2a124e57e18b4982c4092900a59dcf Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 13 Feb 2023 14:04:31 -0500 Subject: [PATCH] chore: with-markdoc strictNullChecks --- examples/with-markdoc/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/with-markdoc/tsconfig.json b/examples/with-markdoc/tsconfig.json index d78f81ec4e..e51e062706 100644 --- a/examples/with-markdoc/tsconfig.json +++ b/examples/with-markdoc/tsconfig.json @@ -1,3 +1,6 @@ { - "extends": "astro/tsconfigs/base" + "extends": "astro/tsconfigs/base", + "compilerOptions": { + "strictNullChecks": true + } }