From d7cf6cacee636075f287f8a35031468b1728cd8b Mon Sep 17 00:00:00 2001 From: Mohit Tejani <60129002+mohitpubnub@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:27:13 +0530 Subject: [PATCH] fix: acceptance test tsconfig.json for implicit any types --- test/contract/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/contract/tsconfig.json b/test/contract/tsconfig.json index 58b2d5d34..08c527cbd 100644 --- a/test/contract/tsconfig.json +++ b/test/contract/tsconfig.json @@ -11,7 +11,8 @@ "esModuleInterop": true, "strict": true, "allowJs": true, - "noEmit": true + "noEmit": true, + "noImplicitAny": false }, "exclude": [ "../../lib"