From 0261ede4f0b345ea5004f251ec44c216f4e3a0e6 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 3 Apr 2024 19:25:41 +0100 Subject: [PATCH] chore(jsconfig): enable strict type checking --- jsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/jsconfig.json b/jsconfig.json index 804a1d9..44fc478 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -4,6 +4,7 @@ "module": "NodeNext", "moduleResolution": "NodeNext", "resolveJsonModule": true, + "strict": true, "target": "ES2022" }, "exclude": ["dist", "node_modules"]