From 6e4057dffa83a8baa3b725087a7194dab19a33e9 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 17 Jan 2024 19:05:09 +0100 Subject: [PATCH] test: check types in `strict` mode --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 9324ed7..5849ac0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,9 @@ "test/*.ts" ], "compilerOptions": { + "strict": true, "checkJs": true, + "noImplicitAny": false, "esModuleInterop": true, "skipLibCheck": true, "lib": [