From 59603e14a4a41106c74660dbe7fcc8bf3aa97e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20P=C3=B6hlmann?= Date: Sun, 9 Oct 2022 02:31:16 +0200 Subject: [PATCH] remove strict mode warning from readme --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index e2bc52e..56d1c1e 100644 --- a/README.md +++ b/README.md @@ -226,20 +226,6 @@ Substitute.disableFor(fake).received(1337); fake.received().received(1337); ``` -## Strict mode -If you have `strict` set to `true` in your `tsconfig.json`, you may need to toggle off strict null checks. The framework does not currently support this. - -However, it is only needed for your test projects anyway. - -```json -{ - "compilerOptions": { - "strict": true, - "strictNullChecks": false - } -} -``` - ## Contributors ### Code Contributors