From c0ef99012b30dfedf2d050fdb6958db8af720237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20=C5=81aziuk?= Date: Tue, 5 Dec 2017 11:53:31 +0100 Subject: [PATCH] strict --- types/rbac-a/tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/types/rbac-a/tsconfig.json b/types/rbac-a/tsconfig.json index c3a8123c2b..033ee20a2c 100644 --- a/types/rbac-a/tsconfig.json +++ b/types/rbac-a/tsconfig.json @@ -4,9 +4,7 @@ "lib": [ "es6" ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictFunctionTypes": true, + "strict": true, "baseUrl": "../", "typeRoots": [ "../"