From 3e7d143abfe4919f9bbc233278ea479edf10518a Mon Sep 17 00:00:00 2001 From: Anthony Gabriele Date: Fri, 29 Apr 2022 17:27:58 -0400 Subject: [PATCH] document strictNullChecks --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5bf29ed..ef623b7 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,10 @@ const x: Data = { } ``` +## Restrictions + +For the time being, ["strictNullChecks"](https://www.typescriptlang.org/tsconfig#strictNullChecks) must be set to `false` for spectacles to behave properly (see [this issue](https://github.com/anthonyjoeseph/spectacles-ts/issues/32)) + ## Social Media Follow me on twitter! [@typesafeFE](https://twitter.com/typesafeFE) \ No newline at end of file