From 11af751dadf88e57419d0c83fd3ac61a71c6f34e Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 31 Jul 2019 14:05:42 -0400 Subject: [PATCH] Allow implicit any for octokit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9ecff86..960dc9f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,7 @@ /* Strict Type-Checking Options */ "strict": true, /* Enable all strict type-checking options. */ - // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ + "noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */ // "strictNullChecks": true, /* Enable strict null checks. */ // "strictFunctionTypes": true, /* Enable strict checking of function types. */ // "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */