From ac7689fab50debcf9261528beda3f27fa158083b Mon Sep 17 00:00:00 2001 From: ukorvl Date: Sun, 6 Aug 2023 20:58:52 +0400 Subject: [PATCH] remove suppressImplicitAnyIndexErrors from tsconfig --- package-lock.json | 4 ++-- package.json | 2 +- tsconfig.json | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ec4841..9305c1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ukorvl/react-on-screen", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ukorvl/react-on-screen", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "hoist-non-react-statics": "^3.3.2" diff --git a/package.json b/package.json index b44e66b..8f1f33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ukorvl/react-on-screen", - "version": "1.0.3", + "version": "1.0.4", "description": "Lightweight typescript library to detect React elements visibility", "license": "MIT", "author": "ukorvl", diff --git a/tsconfig.json b/tsconfig.json index b6f1b41..10a0758 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "module": "CommonJS", "jsx": "react", "noImplicitReturns": true, - "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "noUnusedParameters": true, "moduleResolution": "node",