From ff4cf349627f4ac33a05eec5cd26fba9d382159e Mon Sep 17 00:00:00 2001 From: Rowan Manning <138944+rowanmanning@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:00:44 +0100 Subject: [PATCH] Strictly check types --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0f2e1a7d..cc14f970 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "noEmit": true, "noImplicitAny": true, "resolveJsonModule": true, + "strict": true, "esModuleInterop": true }, "include": ["./main.js", "./typings", "./src"]