diff --git a/package-lock.json b/package-lock.json index 7d12c25..55dd9d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25193,10 +25193,6 @@ } } }, - "node_modules/tsconfig": { - "resolved": "packages/tsconfig", - "link": true - }, "node_modules/tsconfig-paths": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz", @@ -26328,9 +26324,6 @@ "name": "@react-native-tethering/hotspot", "version": "1.0.0", "license": "MIT", - "dependencies": { - "tsconfig": "*" - }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.2.2", @@ -26361,14 +26354,14 @@ "react-native": "*" } }, - "packages/tsconfig": {}, + "packages/tsconfig": { + "version": "1.0.0", + "extraneous": true + }, "packages/wifi": { "name": "@react-native-tethering/wifi", "version": "1.0.0", "license": "MIT", - "dependencies": { - "tsconfig": "*" - }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.2.2", @@ -31383,7 +31376,6 @@ "react-native": "0.71.4", "react-native-builder-bob": "^0.20.0", "release-it": "^15.0.0", - "tsconfig": "*", "typescript": "^4.5.2" } }, @@ -31409,7 +31401,6 @@ "react-native": "0.71.4", "react-native-builder-bob": "^0.20.0", "release-it": "^15.0.0", - "tsconfig": "*", "typescript": "^4.5.2" } }, @@ -45358,9 +45349,6 @@ "yn": "3.1.1" } }, - "tsconfig": { - "version": "file:packages/tsconfig" - }, "tsconfig-paths": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz", diff --git a/packages/hotspot/package.json b/packages/hotspot/package.json index 8a110d9..dfc84c4 100644 --- a/packages/hotspot/package.json +++ b/packages/hotspot/package.json @@ -1,6 +1,7 @@ { "name": "@react-native-tethering/hotspot", "version": "1.0.0", + "private":"false", "description": "Tethering Hotspot is an Android module for your react-native and expo app which provides Hotspot functionalities such as scanning, change states and more. It built on top of the latest/official Android Connectivity classes.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -76,9 +77,6 @@ "resolutions": { "@types/react": "17.0.21" }, - "dependencies": { - "tsconfig": "*" - }, "peerDependencies": { "react": "*", "react-native": "*" @@ -160,5 +158,5 @@ ] ] }, - "gitHead": "fe94ba3ebe368ec6801df83e69802356272b836b" + "gitHead": "0ffa6526c599f826866744184e92f5a34d917b8f" } diff --git a/packages/hotspot/tsconfig.json b/packages/hotspot/tsconfig.json index 2ae43d0..6f83eb6 100644 --- a/packages/hotspot/tsconfig.json +++ b/packages/hotspot/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "tsconfig/base.json", + "extends": "../../tsconfig.json", } diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json deleted file mode 100644 index 742aa14..0000000 --- a/packages/tsconfig/package.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "tsconfig", - "version": "1.0.0" -} \ No newline at end of file diff --git a/packages/wifi/package.json b/packages/wifi/package.json index 19a4515..80c38cc 100644 --- a/packages/wifi/package.json +++ b/packages/wifi/package.json @@ -1,6 +1,7 @@ { "name": "@react-native-tethering/wifi", "version": "1.0.0", + "private":"false", "description": "Tethering WiFi is an Android module for your react-native and expo app which provides WiFi functionalities such as scanning, connecting and more. It built on top of the latest/official Android WiFi classes.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -76,9 +77,6 @@ "resolutions": { "@types/react": "17.0.21" }, - "dependencies": { - "tsconfig": "*" - }, "peerDependencies": { "react": "*", "react-native": "*" @@ -160,5 +158,5 @@ ] ] }, - "gitHead": "fe94ba3ebe368ec6801df83e69802356272b836b" + "gitHead": "0ffa6526c599f826866744184e92f5a34d917b8f" } diff --git a/packages/wifi/tsconfig.json b/packages/wifi/tsconfig.json index 2ae43d0..6f83eb6 100644 --- a/packages/wifi/tsconfig.json +++ b/packages/wifi/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "tsconfig/base.json", + "extends": "../../tsconfig.json", } diff --git a/packages/tsconfig/base.json b/tsconfig.json similarity index 100% rename from packages/tsconfig/base.json rename to tsconfig.json