From 5d8ec968b17a977be701cf055bf77d0d85342ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20=C5=81aziuk?= Date: Tue, 5 Dec 2017 12:00:20 +0100 Subject: [PATCH] strictNullChecks --- types/rbac-a/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/types/rbac-a/tsconfig.json b/types/rbac-a/tsconfig.json index 033ee20a2c..be60bf248e 100644 --- a/types/rbac-a/tsconfig.json +++ b/types/rbac-a/tsconfig.json @@ -4,7 +4,10 @@ "lib": [ "es6" ], - "strict": true, + "noImplicitAny": true, + "noImplicitThis": true, + "strictFunctionTypes": true, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../"