From cf7be75e06c05567af334eb8448ed781f70a6322 Mon Sep 17 00:00:00 2001 From: akumar Date: Tue, 27 Feb 2024 17:32:28 +0100 Subject: [PATCH] fix: disable strict nullchecks --- packages/dev/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/tsconfig.json b/packages/dev/tsconfig.json index d92baefb..31ae8eb6 100644 --- a/packages/dev/tsconfig.json +++ b/packages/dev/tsconfig.json @@ -19,7 +19,7 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "strictNullChecks": true, + "strictNullChecks": false, "target": "ES2022" }, "ts-node": {