From 023a98628a3852141c0d5555948d428a1b0ecd75 Mon Sep 17 00:00:00 2001 From: JrMasterModelBuilder Date: Thu, 22 Feb 2024 01:32:17 -0500 Subject: [PATCH] Stricter types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 965cc8d..a773b23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, - "strictFunctionTypes": false, + "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true,