From c5204bca3d9d932eb249d8a8b5dfe3144160fdd9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:05:47 +0100 Subject: Installs MDX plugin --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4f05f2f..0fe1bef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "$lib/*": ["./lib/*"], "$pages/*": ["./pages/*"], "$types/*": ["./types/*"] - } + }, + "strictNullChecks": true } } -- cgit v1.2.3