diff --git a/package.json b/package.json index bedcb6d..3ccd6cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-global-datetimepicker", - "version": "2.1.2", + "version": "2.1.3", "description": "react native multi culture datetime picker", "main": "lib/index.js", "module": "lib/index.js", diff --git a/tsconfig.json b/tsconfig.json index 37cd683..4b6c71b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -42,6 +42,5 @@ ], "include": [ "src" - ], - "extends": "@react-native/typescript-config/tsconfig.json" + ] }