From 7c8c03457869ef0bad3cf9bbb474d4d3e46ee665 Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Sat, 30 Mar 2024 21:17:59 -0400 Subject: [PATCH] Change TS config to be non-strict --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0fadcdb65..c07d12b01 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "esModuleInterop": true, "strictNullChecks": false, "sourceMap": true, + "strict": false, "rootDir": "./src", "baseUrl": "./src", "paths": {