From 8f27d880a7a7cdb849781dd5ead0d4804bda239f Mon Sep 17 00:00:00 2001 From: Evgeniy Timokhov Date: Sun, 23 Apr 2023 01:57:28 +0100 Subject: [PATCH] Added requirement for noImplicitThis setting being enabled Fixes #16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b309f..e28f2c0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ I've tested it for several projects and it works well. ## Requirement -TypeScript >= 2.9.1 +- Make sure that `noImplicitThis` is enabled in your tsconfig. ## Options