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",