diff --git a/.monorepolint.config.ts b/.monorepolint.config.ts index 5fa12259fb..f1753e4bbb 100644 --- a/.monorepolint.config.ts +++ b/.monorepolint.config.ts @@ -63,11 +63,12 @@ module.exports = { "funding", "publishConfig", "keywords", + "type", "main", "module", - "exports", - "browser", "types", + "browser", + "exports", "sideEffects", "files", "scripts", diff --git a/packages/turf-along/package.json b/packages/turf-along/package.json index 85c2cce736..c84936b9da 100644 --- a/packages/turf-along/package.json +++ b/packages/turf-along/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-angle/package.json b/packages/turf-angle/package.json index 871b659f7b..d401bdc1a6 100644 --- a/packages/turf-angle/package.json +++ b/packages/turf-angle/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-area/package.json b/packages/turf-area/package.json index e81b091810..1667c234d9 100644 --- a/packages/turf-area/package.json +++ b/packages/turf-area/package.json @@ -24,6 +24,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -31,7 +32,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-bbox-clip/package.json b/packages/turf-bbox-clip/package.json index 619c9024f3..0f6b008b2c 100644 --- a/packages/turf-bbox-clip/package.json +++ b/packages/turf-bbox-clip/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-bbox-polygon/package.json b/packages/turf-bbox-polygon/package.json index 0706bf5665..4c82ec6e4a 100644 --- a/packages/turf-bbox-polygon/package.json +++ b/packages/turf-bbox-polygon/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-bbox/package.json b/packages/turf-bbox/package.json index 2afa7ddded..1f497da53f 100644 --- a/packages/turf-bbox/package.json +++ b/packages/turf-bbox/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-bearing/package.json b/packages/turf-bearing/package.json index 0a1426af60..b276235359 100644 --- a/packages/turf-bearing/package.json +++ b/packages/turf-bearing/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-bezier-spline/package.json b/packages/turf-bezier-spline/package.json index 2436eacb88..da69ce0c10 100644 --- a/packages/turf-bezier-spline/package.json +++ b/packages/turf-bezier-spline/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-clockwise/package.json b/packages/turf-boolean-clockwise/package.json index bc03a62484..f3a6349d67 100755 --- a/packages/turf-boolean-clockwise/package.json +++ b/packages/turf-boolean-clockwise/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-concave/package.json b/packages/turf-boolean-concave/package.json index 8482d1f42e..85070de9cd 100644 --- a/packages/turf-boolean-concave/package.json +++ b/packages/turf-boolean-concave/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-contains/package.json b/packages/turf-boolean-contains/package.json index 8e2068bb34..724db2978a 100644 --- a/packages/turf-boolean-contains/package.json +++ b/packages/turf-boolean-contains/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-crosses/package.json b/packages/turf-boolean-crosses/package.json index 778ddf7c42..226f36f9c4 100644 --- a/packages/turf-boolean-crosses/package.json +++ b/packages/turf-boolean-crosses/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-disjoint/package.json b/packages/turf-boolean-disjoint/package.json index 7f7f5a5749..ebc7afbe04 100644 --- a/packages/turf-boolean-disjoint/package.json +++ b/packages/turf-boolean-disjoint/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-equal/package.json b/packages/turf-boolean-equal/package.json index e8c1919b4e..638263415e 100644 --- a/packages/turf-boolean-equal/package.json +++ b/packages/turf-boolean-equal/package.json @@ -31,6 +31,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -38,7 +39,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-intersects/package.json b/packages/turf-boolean-intersects/package.json index 1fb586fe3a..9796f8002d 100644 --- a/packages/turf-boolean-intersects/package.json +++ b/packages/turf-boolean-intersects/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-overlap/package.json b/packages/turf-boolean-overlap/package.json index b4d37fecf4..ac885b1775 100755 --- a/packages/turf-boolean-overlap/package.json +++ b/packages/turf-boolean-overlap/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-parallel/package.json b/packages/turf-boolean-parallel/package.json index 6020e25378..3e8542571d 100644 --- a/packages/turf-boolean-parallel/package.json +++ b/packages/turf-boolean-parallel/package.json @@ -27,6 +27,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -34,7 +35,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-point-in-polygon/package.json b/packages/turf-boolean-point-in-polygon/package.json index af079ae19e..b97a91d471 100644 --- a/packages/turf-boolean-point-in-polygon/package.json +++ b/packages/turf-boolean-point-in-polygon/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-point-on-line/package.json b/packages/turf-boolean-point-on-line/package.json index 007ddd2999..5028eb60e6 100644 --- a/packages/turf-boolean-point-on-line/package.json +++ b/packages/turf-boolean-point-on-line/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-touches/package.json b/packages/turf-boolean-touches/package.json index 11c04deaa7..80e30b9476 100644 --- a/packages/turf-boolean-touches/package.json +++ b/packages/turf-boolean-touches/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-valid/package.json b/packages/turf-boolean-valid/package.json index 4c67ea381d..4d27016bb5 100644 --- a/packages/turf-boolean-valid/package.json +++ b/packages/turf-boolean-valid/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-boolean-within/package.json b/packages/turf-boolean-within/package.json index 226795f19a..f62a377273 100644 --- a/packages/turf-boolean-within/package.json +++ b/packages/turf-boolean-within/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-buffer/package.json b/packages/turf-buffer/package.json index 350789d6e0..52b3a0daea 100644 --- a/packages/turf-buffer/package.json +++ b/packages/turf-buffer/package.json @@ -32,6 +32,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -39,7 +40,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-center-mean/package.json b/packages/turf-center-mean/package.json index 1efbc26b5f..b7317b129a 100644 --- a/packages/turf-center-mean/package.json +++ b/packages/turf-center-mean/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-center-median/package.json b/packages/turf-center-median/package.json index 87c71eb4a1..a17c271919 100644 --- a/packages/turf-center-median/package.json +++ b/packages/turf-center-median/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-center-of-mass/package.json b/packages/turf-center-of-mass/package.json index e1e9b8b5f1..a45e153607 100644 --- a/packages/turf-center-of-mass/package.json +++ b/packages/turf-center-of-mass/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-center/package.json b/packages/turf-center/package.json index 2423cc9d5b..8874bb06f9 100644 --- a/packages/turf-center/package.json +++ b/packages/turf-center/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-centroid/package.json b/packages/turf-centroid/package.json index bae7c73cbf..9bee4c7245 100644 --- a/packages/turf-centroid/package.json +++ b/packages/turf-centroid/package.json @@ -24,6 +24,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -31,7 +32,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-circle/package.json b/packages/turf-circle/package.json index ac6fccd50f..a1891d6cd1 100644 --- a/packages/turf-circle/package.json +++ b/packages/turf-circle/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-clean-coords/package.json b/packages/turf-clean-coords/package.json index 768a7cff40..b63aa13972 100644 --- a/packages/turf-clean-coords/package.json +++ b/packages/turf-clean-coords/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-clone/package.json b/packages/turf-clone/package.json index ddaff412ed..53db2efac3 100644 --- a/packages/turf-clone/package.json +++ b/packages/turf-clone/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-clusters-dbscan/package.json b/packages/turf-clusters-dbscan/package.json index 1db91a3244..88f447f217 100644 --- a/packages/turf-clusters-dbscan/package.json +++ b/packages/turf-clusters-dbscan/package.json @@ -32,6 +32,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -39,7 +40,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-clusters-kmeans/package.json b/packages/turf-clusters-kmeans/package.json index f8fc34f444..bbe40583e4 100644 --- a/packages/turf-clusters-kmeans/package.json +++ b/packages/turf-clusters-kmeans/package.json @@ -31,6 +31,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -38,7 +39,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-clusters/package.json b/packages/turf-clusters/package.json index d05026f0e4..35f30f1e6b 100644 --- a/packages/turf-clusters/package.json +++ b/packages/turf-clusters/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index fc4463b8b3..f2e5e5d345 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-combine/package.json b/packages/turf-combine/package.json index a8cf5f3632..cf97f462c5 100644 --- a/packages/turf-combine/package.json +++ b/packages/turf-combine/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-concave/package.json b/packages/turf-concave/package.json index a0e3a7b18a..9fc078e588 100644 --- a/packages/turf-concave/package.json +++ b/packages/turf-concave/package.json @@ -35,6 +35,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -42,7 +43,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-convex/package.json b/packages/turf-convex/package.json index 9d1d9bd342..1f23080ff4 100644 --- a/packages/turf-convex/package.json +++ b/packages/turf-convex/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-destination/package.json b/packages/turf-destination/package.json index 6ea9234f69..67694f5146 100644 --- a/packages/turf-destination/package.json +++ b/packages/turf-destination/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-difference/package.json b/packages/turf-difference/package.json index d4609ed968..45610f432a 100644 --- a/packages/turf-difference/package.json +++ b/packages/turf-difference/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-directional-mean/package.json b/packages/turf-directional-mean/package.json index 10d615ba6c..997cad1f17 100644 --- a/packages/turf-directional-mean/package.json +++ b/packages/turf-directional-mean/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-dissolve/package.json b/packages/turf-dissolve/package.json index de52c0b2f3..152266c86d 100644 --- a/packages/turf-dissolve/package.json +++ b/packages/turf-dissolve/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-distance-weight/package.json b/packages/turf-distance-weight/package.json index fa58952d51..87cc6a911e 100644 --- a/packages/turf-distance-weight/package.json +++ b/packages/turf-distance-weight/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-distance/package.json b/packages/turf-distance/package.json index ed3a5bcf07..416b100ec4 100644 --- a/packages/turf-distance/package.json +++ b/packages/turf-distance/package.json @@ -24,6 +24,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -31,7 +32,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-ellipse/package.json b/packages/turf-ellipse/package.json index 2737b669c5..0d0547da38 100644 --- a/packages/turf-ellipse/package.json +++ b/packages/turf-ellipse/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-envelope/package.json b/packages/turf-envelope/package.json index d2e4e55646..7bcc9679fa 100644 --- a/packages/turf-envelope/package.json +++ b/packages/turf-envelope/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-explode/package.json b/packages/turf-explode/package.json index 39f9f4c5a6..a029c5fd71 100644 --- a/packages/turf-explode/package.json +++ b/packages/turf-explode/package.json @@ -24,6 +24,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -31,7 +32,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-flatten/package.json b/packages/turf-flatten/package.json index eeb9b7c3cc..cfeda1b6ad 100644 --- a/packages/turf-flatten/package.json +++ b/packages/turf-flatten/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-flip/package.json b/packages/turf-flip/package.json index 03108ff933..38ecf204fb 100644 --- a/packages/turf-flip/package.json +++ b/packages/turf-flip/package.json @@ -24,6 +24,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -31,7 +32,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-great-circle/package.json b/packages/turf-great-circle/package.json index a72d1280d0..151d2cace4 100644 --- a/packages/turf-great-circle/package.json +++ b/packages/turf-great-circle/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-helpers/package.json b/packages/turf-helpers/package.json index aea4d51ed2..8257fd0cbf 100644 --- a/packages/turf-helpers/package.json +++ b/packages/turf-helpers/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-hex-grid/package.json b/packages/turf-hex-grid/package.json index fd996c59b2..f56d65f2b6 100644 --- a/packages/turf-hex-grid/package.json +++ b/packages/turf-hex-grid/package.json @@ -34,6 +34,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -41,7 +42,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-interpolate/package.json b/packages/turf-interpolate/package.json index 7bb45f3029..3e31b8063a 100644 --- a/packages/turf-interpolate/package.json +++ b/packages/turf-interpolate/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-intersect/package.json b/packages/turf-intersect/package.json index 8a4191c6cf..2a6ed19974 100644 --- a/packages/turf-intersect/package.json +++ b/packages/turf-intersect/package.json @@ -23,6 +23,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -30,7 +31,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-invariant/package.json b/packages/turf-invariant/package.json index b60e876292..15746e13f5 100644 --- a/packages/turf-invariant/package.json +++ b/packages/turf-invariant/package.json @@ -27,6 +27,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -34,7 +35,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-isobands/package.json b/packages/turf-isobands/package.json index f1a93f7cbb..2bd24cb9c6 100644 --- a/packages/turf-isobands/package.json +++ b/packages/turf-isobands/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-isolines/package.json b/packages/turf-isolines/package.json index 9d8a45e775..81cf4580c0 100644 --- a/packages/turf-isolines/package.json +++ b/packages/turf-isolines/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-kinks/package.json b/packages/turf-kinks/package.json index c5138380a5..a57d676f89 100644 --- a/packages/turf-kinks/package.json +++ b/packages/turf-kinks/package.json @@ -23,6 +23,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -30,7 +31,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-length/package.json b/packages/turf-length/package.json index c069fea4e4..4f3de40834 100644 --- a/packages/turf-length/package.json +++ b/packages/turf-length/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-line-arc/package.json b/packages/turf-line-arc/package.json index d91adfb51a..4d16d49a5a 100644 --- a/packages/turf-line-arc/package.json +++ b/packages/turf-line-arc/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-line-chunk/package.json b/packages/turf-line-chunk/package.json index dabb893dfe..bc49a36a67 100644 --- a/packages/turf-line-chunk/package.json +++ b/packages/turf-line-chunk/package.json @@ -31,6 +31,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -38,7 +39,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-line-intersect/package.json b/packages/turf-line-intersect/package.json index a9a4421421..cede23fbd8 100644 --- a/packages/turf-line-intersect/package.json +++ b/packages/turf-line-intersect/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-line-offset/package.json b/packages/turf-line-offset/package.json index 84d0fd4dc6..9e6341e7ac 100644 --- a/packages/turf-line-offset/package.json +++ b/packages/turf-line-offset/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-line-overlap/package.json b/packages/turf-line-overlap/package.json index 473685d5f4..46c514c850 100644 --- a/packages/turf-line-overlap/package.json +++ b/packages/turf-line-overlap/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-line-segment/package.json b/packages/turf-line-segment/package.json index d33a524295..45522f9b66 100644 --- a/packages/turf-line-segment/package.json +++ b/packages/turf-line-segment/package.json @@ -23,6 +23,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -30,7 +31,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-line-slice-along/package.json b/packages/turf-line-slice-along/package.json index 4fb43c3949..1a3ee20edd 100644 --- a/packages/turf-line-slice-along/package.json +++ b/packages/turf-line-slice-along/package.json @@ -23,6 +23,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -30,7 +31,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-line-slice/package.json b/packages/turf-line-slice/package.json index 92f15fd25e..e5b7b948e1 100644 --- a/packages/turf-line-slice/package.json +++ b/packages/turf-line-slice/package.json @@ -27,6 +27,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -34,7 +35,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-line-split/package.json b/packages/turf-line-split/package.json index edc81a276a..53448e2dca 100644 --- a/packages/turf-line-split/package.json +++ b/packages/turf-line-split/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-line-to-polygon/package.json b/packages/turf-line-to-polygon/package.json index 207421f1c4..4d0be3e015 100644 --- a/packages/turf-line-to-polygon/package.json +++ b/packages/turf-line-to-polygon/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-mask/package.json b/packages/turf-mask/package.json index c91ef05176..bb18812ab3 100644 --- a/packages/turf-mask/package.json +++ b/packages/turf-mask/package.json @@ -23,6 +23,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -30,7 +31,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-meta/package.json b/packages/turf-meta/package.json index 57b0faec7f..e164dc63ba 100644 --- a/packages/turf-meta/package.json +++ b/packages/turf-meta/package.json @@ -45,6 +45,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -52,7 +53,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-midpoint/package.json b/packages/turf-midpoint/package.json index c33a976471..eb971a0d68 100644 --- a/packages/turf-midpoint/package.json +++ b/packages/turf-midpoint/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-moran-index/package.json b/packages/turf-moran-index/package.json index 1821f69c15..cd6e75c621 100644 --- a/packages/turf-moran-index/package.json +++ b/packages/turf-moran-index/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-nearest-neighbor-analysis/package.json b/packages/turf-nearest-neighbor-analysis/package.json index 5de6cbd0a0..cad532e3bb 100644 --- a/packages/turf-nearest-neighbor-analysis/package.json +++ b/packages/turf-nearest-neighbor-analysis/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-nearest-point-on-line/package.json b/packages/turf-nearest-point-on-line/package.json index 9631b8e1bd..816c5a6708 100644 --- a/packages/turf-nearest-point-on-line/package.json +++ b/packages/turf-nearest-point-on-line/package.json @@ -18,6 +18,7 @@ }, "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -25,7 +26,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-nearest-point-to-line/package.json b/packages/turf-nearest-point-to-line/package.json index 2cbfa3e88a..cb9803d407 100644 --- a/packages/turf-nearest-point-to-line/package.json +++ b/packages/turf-nearest-point-to-line/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-nearest-point/package.json b/packages/turf-nearest-point/package.json index e8d9c6462f..12e001e5b3 100644 --- a/packages/turf-nearest-point/package.json +++ b/packages/turf-nearest-point/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-planepoint/package.json b/packages/turf-planepoint/package.json index 2da1ec1583..56093251a7 100644 --- a/packages/turf-planepoint/package.json +++ b/packages/turf-planepoint/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-point-grid/package.json b/packages/turf-point-grid/package.json index b3e9b07b18..b53a80f038 100644 --- a/packages/turf-point-grid/package.json +++ b/packages/turf-point-grid/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-point-on-feature/package.json b/packages/turf-point-on-feature/package.json index d9b312c3ef..0b597fb3f4 100644 --- a/packages/turf-point-on-feature/package.json +++ b/packages/turf-point-on-feature/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-point-to-line-distance/package.json b/packages/turf-point-to-line-distance/package.json index 2eaa54ae04..1d4b73df74 100644 --- a/packages/turf-point-to-line-distance/package.json +++ b/packages/turf-point-to-line-distance/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-points-within-polygon/package.json b/packages/turf-points-within-polygon/package.json index 9f405b38ed..a81f5c723c 100644 --- a/packages/turf-points-within-polygon/package.json +++ b/packages/turf-points-within-polygon/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-polygon-smooth/package.json b/packages/turf-polygon-smooth/package.json index 439ccebba3..a468b198e1 100644 --- a/packages/turf-polygon-smooth/package.json +++ b/packages/turf-polygon-smooth/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-polygon-tangents/package.json b/packages/turf-polygon-tangents/package.json index 1f29bfbec4..917cf838a4 100644 --- a/packages/turf-polygon-tangents/package.json +++ b/packages/turf-polygon-tangents/package.json @@ -29,6 +29,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -36,7 +37,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-polygon-to-line/package.json b/packages/turf-polygon-to-line/package.json index 1e71eafc5c..0fac75912a 100644 --- a/packages/turf-polygon-to-line/package.json +++ b/packages/turf-polygon-to-line/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-polygonize/package.json b/packages/turf-polygonize/package.json index 64dd999eab..37c9225709 100644 --- a/packages/turf-polygonize/package.json +++ b/packages/turf-polygonize/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-projection/package.json b/packages/turf-projection/package.json index c3c64c9493..3133d0a5b0 100644 --- a/packages/turf-projection/package.json +++ b/packages/turf-projection/package.json @@ -36,6 +36,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -43,7 +44,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-quadrat-analysis/package.json b/packages/turf-quadrat-analysis/package.json index ff4ef7cf88..25f82c058e 100644 --- a/packages/turf-quadrat-analysis/package.json +++ b/packages/turf-quadrat-analysis/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-random/package.json b/packages/turf-random/package.json index 6078483b23..59c654c14a 100644 --- a/packages/turf-random/package.json +++ b/packages/turf-random/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-rectangle-grid/package.json b/packages/turf-rectangle-grid/package.json index 01d1872f86..fffa652434 100644 --- a/packages/turf-rectangle-grid/package.json +++ b/packages/turf-rectangle-grid/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-rewind/package.json b/packages/turf-rewind/package.json index a1796b7880..0cf9938c90 100644 --- a/packages/turf-rewind/package.json +++ b/packages/turf-rewind/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 11c8490c44..b614ea19b3 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index 3dc4b86f02..1bef1bbd51 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -34,6 +34,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -41,7 +42,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index f884a66d64..6e422007eb 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -32,6 +32,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -39,7 +40,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-sample/package.json b/packages/turf-sample/package.json index ed572b6580..63beb30c72 100644 --- a/packages/turf-sample/package.json +++ b/packages/turf-sample/package.json @@ -24,6 +24,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -31,7 +32,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-sector/package.json b/packages/turf-sector/package.json index 8d221fc73a..28e65d964c 100644 --- a/packages/turf-sector/package.json +++ b/packages/turf-sector/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-shortest-path/package.json b/packages/turf-shortest-path/package.json index 95aa31f731..20c87138a2 100644 --- a/packages/turf-shortest-path/package.json +++ b/packages/turf-shortest-path/package.json @@ -27,6 +27,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -34,7 +35,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-simplify/package.json b/packages/turf-simplify/package.json index 002e91cd86..82afec2e55 100644 --- a/packages/turf-simplify/package.json +++ b/packages/turf-simplify/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-square-grid/package.json b/packages/turf-square-grid/package.json index cfd002aa97..95adc29b71 100644 --- a/packages/turf-square-grid/package.json +++ b/packages/turf-square-grid/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-square/package.json b/packages/turf-square/package.json index 894f6f198b..365b423092 100644 --- a/packages/turf-square/package.json +++ b/packages/turf-square/package.json @@ -24,6 +24,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -31,7 +32,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-standard-deviational-ellipse/package.json b/packages/turf-standard-deviational-ellipse/package.json index c3c199e24b..be51b26161 100644 --- a/packages/turf-standard-deviational-ellipse/package.json +++ b/packages/turf-standard-deviational-ellipse/package.json @@ -27,6 +27,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -34,7 +35,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-tag/package.json b/packages/turf-tag/package.json index 34df9f4508..3fc3e3c9f1 100644 --- a/packages/turf-tag/package.json +++ b/packages/turf-tag/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-tesselate/package.json b/packages/turf-tesselate/package.json index 1df62040a4..5875c917dd 100644 --- a/packages/turf-tesselate/package.json +++ b/packages/turf-tesselate/package.json @@ -32,6 +32,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -39,7 +40,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-tin/package.json b/packages/turf-tin/package.json index 47d8fdecd3..e3609f1959 100644 --- a/packages/turf-tin/package.json +++ b/packages/turf-tin/package.json @@ -23,6 +23,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -30,7 +31,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-transform-rotate/package.json b/packages/turf-transform-rotate/package.json index 279f16a5ef..19b79a4dba 100644 --- a/packages/turf-transform-rotate/package.json +++ b/packages/turf-transform-rotate/package.json @@ -28,6 +28,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -35,7 +36,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-transform-scale/package.json b/packages/turf-transform-scale/package.json index 9af7044a90..229217bba3 100644 --- a/packages/turf-transform-scale/package.json +++ b/packages/turf-transform-scale/package.json @@ -32,6 +32,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -39,7 +40,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-transform-translate/package.json b/packages/turf-transform-translate/package.json index 592a52615e..f79eeafe0b 100644 --- a/packages/turf-transform-translate/package.json +++ b/packages/turf-transform-translate/package.json @@ -30,6 +30,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -37,7 +38,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-triangle-grid/package.json b/packages/turf-triangle-grid/package.json index a987c94cd6..9bae2c24c6 100644 --- a/packages/turf-triangle-grid/package.json +++ b/packages/turf-triangle-grid/package.json @@ -26,6 +26,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -33,7 +34,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-truncate/package.json b/packages/turf-truncate/package.json index b316f03a90..db38955bc7 100644 --- a/packages/turf-truncate/package.json +++ b/packages/turf-truncate/package.json @@ -27,6 +27,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -34,7 +35,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-union/package.json b/packages/turf-union/package.json index e9b3915aff..f3465ba39e 100644 --- a/packages/turf-union/package.json +++ b/packages/turf-union/package.json @@ -22,6 +22,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "dist/js/index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -29,7 +30,6 @@ "require": "./dist/js/index.js" } }, - "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/packages/turf-unkink-polygon/package.json b/packages/turf-unkink-polygon/package.json index 1999e22fc9..883ce87f57 100644 --- a/packages/turf-unkink-polygon/package.json +++ b/packages/turf-unkink-polygon/package.json @@ -25,6 +25,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -32,7 +33,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf-voronoi/package.json b/packages/turf-voronoi/package.json index 499adfe6fb..1cdab4c243 100644 --- a/packages/turf-voronoi/package.json +++ b/packages/turf-voronoi/package.json @@ -31,6 +31,7 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -38,7 +39,6 @@ "require": "./dist/js/index.js" } }, - "types": "index.d.ts", "sideEffects": false, "files": [ "dist", diff --git a/packages/turf/package.json b/packages/turf/package.json index b314d7b2b4..767b75201e 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -45,6 +45,8 @@ ], "main": "dist/js/index.js", "module": "dist/es/index.js", + "types": "index.d.ts", + "browser": "turf.min.js", "exports": { "./package.json": "./package.json", ".": { @@ -52,8 +54,6 @@ "require": "./dist/js/index.js" } }, - "browser": "turf.min.js", - "types": "index.d.ts", "sideEffects": false, "files": [ "dist",