diff --git a/.monorepolint.config.ts b/.monorepolint.config.ts index 5dd9d11a74..3caea92676 100644 --- a/.monorepolint.config.ts +++ b/.monorepolint.config.ts @@ -176,7 +176,7 @@ module.exports = { build: "npm-run-all --npm-path npm build:*", "build:js": "tsc", "build:es": - 'tsc --outDir dist/es --module esnext --declaration false && echo \'{"type":"module"}\' > dist/es/package.json', + 'tsc --outDir dist/es --module esnext && echo \'{"type":"module"}\' > dist/es/package.json', }, }, includePackages: TS_PACKAGES, diff --git a/packages/turf-along/package.json b/packages/turf-along/package.json index c5ab16543e..b8cc5227ed 100644 --- a/packages/turf-along/package.json +++ b/packages/turf-along/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-angle/package.json b/packages/turf-angle/package.json index 39c1dd2122..81f9215c60 100644 --- a/packages/turf-angle/package.json +++ b/packages/turf-angle/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-area/package.json b/packages/turf-area/package.json index ce43da81d9..f0daa11ed5 100644 --- a/packages/turf-area/package.json +++ b/packages/turf-area/package.json @@ -40,7 +40,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-bbox-clip/package.json b/packages/turf-bbox-clip/package.json index 74ebe8beb8..a8380416e6 100644 --- a/packages/turf-bbox-clip/package.json +++ b/packages/turf-bbox-clip/package.json @@ -46,7 +46,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-bbox-polygon/package.json b/packages/turf-bbox-polygon/package.json index 0abe0c22e3..a78e90d1bc 100644 --- a/packages/turf-bbox-polygon/package.json +++ b/packages/turf-bbox-polygon/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-bbox/package.json b/packages/turf-bbox/package.json index f3bbf51d3f..c9bb463a25 100644 --- a/packages/turf-bbox/package.json +++ b/packages/turf-bbox/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-bearing/package.json b/packages/turf-bearing/package.json index 2b87bd8b68..33c15a3940 100644 --- a/packages/turf-bearing/package.json +++ b/packages/turf-bearing/package.json @@ -38,7 +38,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-bezier-spline/package.json b/packages/turf-bezier-spline/package.json index 830ec39a85..fdf20befa2 100644 --- a/packages/turf-bezier-spline/package.json +++ b/packages/turf-bezier-spline/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-clockwise/package.json b/packages/turf-boolean-clockwise/package.json index 1858c27dc9..76a24db218 100755 --- a/packages/turf-boolean-clockwise/package.json +++ b/packages/turf-boolean-clockwise/package.json @@ -45,7 +45,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-concave/package.json b/packages/turf-boolean-concave/package.json index 68c0735e75..7f67c91dc7 100644 --- a/packages/turf-boolean-concave/package.json +++ b/packages/turf-boolean-concave/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-contains/package.json b/packages/turf-boolean-contains/package.json index cc0244227d..5c2c314bbb 100644 --- a/packages/turf-boolean-contains/package.json +++ b/packages/turf-boolean-contains/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-crosses/package.json b/packages/turf-boolean-crosses/package.json index 8bc3120774..581b9c2b97 100644 --- a/packages/turf-boolean-crosses/package.json +++ b/packages/turf-boolean-crosses/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-disjoint/package.json b/packages/turf-boolean-disjoint/package.json index d78b4f10a4..e015c7462a 100644 --- a/packages/turf-boolean-disjoint/package.json +++ b/packages/turf-boolean-disjoint/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-equal/package.json b/packages/turf-boolean-equal/package.json index ad3452eb75..a680791956 100644 --- a/packages/turf-boolean-equal/package.json +++ b/packages/turf-boolean-equal/package.json @@ -47,7 +47,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-intersects/package.json b/packages/turf-boolean-intersects/package.json index 3495533c75..be08e51626 100644 --- a/packages/turf-boolean-intersects/package.json +++ b/packages/turf-boolean-intersects/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-overlap/package.json b/packages/turf-boolean-overlap/package.json index cb691d4377..9572f8780c 100755 --- a/packages/turf-boolean-overlap/package.json +++ b/packages/turf-boolean-overlap/package.json @@ -46,7 +46,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-parallel/package.json b/packages/turf-boolean-parallel/package.json index 007d20346b..fd2a8fa58a 100644 --- a/packages/turf-boolean-parallel/package.json +++ b/packages/turf-boolean-parallel/package.json @@ -43,7 +43,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-point-in-polygon/package.json b/packages/turf-boolean-point-in-polygon/package.json index eb37d7a567..245f6839e5 100644 --- a/packages/turf-boolean-point-in-polygon/package.json +++ b/packages/turf-boolean-point-in-polygon/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-point-on-line/package.json b/packages/turf-boolean-point-on-line/package.json index 0a7a9952ca..f54eeee79f 100644 --- a/packages/turf-boolean-point-on-line/package.json +++ b/packages/turf-boolean-point-on-line/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-touches/package.json b/packages/turf-boolean-touches/package.json index fb40da354e..3e89bd8375 100644 --- a/packages/turf-boolean-touches/package.json +++ b/packages/turf-boolean-touches/package.json @@ -45,7 +45,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-valid/package.json b/packages/turf-boolean-valid/package.json index e89efb1422..54375f25a9 100644 --- a/packages/turf-boolean-valid/package.json +++ b/packages/turf-boolean-valid/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-boolean-within/package.json b/packages/turf-boolean-within/package.json index 932e601a06..a87fd87d83 100644 --- a/packages/turf-boolean-within/package.json +++ b/packages/turf-boolean-within/package.json @@ -45,7 +45,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-center-mean/package.json b/packages/turf-center-mean/package.json index 986dc86b13..4ed1cffba5 100644 --- a/packages/turf-center-mean/package.json +++ b/packages/turf-center-mean/package.json @@ -46,7 +46,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-center-median/package.json b/packages/turf-center-median/package.json index 5505198ba8..4afcf5d026 100644 --- a/packages/turf-center-median/package.json +++ b/packages/turf-center-median/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-center-of-mass/package.json b/packages/turf-center-of-mass/package.json index 490dd9bb73..5cc3e0b5b0 100644 --- a/packages/turf-center-of-mass/package.json +++ b/packages/turf-center-of-mass/package.json @@ -38,7 +38,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-center/package.json b/packages/turf-center/package.json index e433b2b448..7d67351679 100644 --- a/packages/turf-center/package.json +++ b/packages/turf-center/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-centroid/package.json b/packages/turf-centroid/package.json index 7e981c7175..884d13237b 100644 --- a/packages/turf-centroid/package.json +++ b/packages/turf-centroid/package.json @@ -40,7 +40,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-circle/package.json b/packages/turf-circle/package.json index e216f3406d..e6b839b031 100644 --- a/packages/turf-circle/package.json +++ b/packages/turf-circle/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-clean-coords/package.json b/packages/turf-clean-coords/package.json index f949206792..778adb2b75 100644 --- a/packages/turf-clean-coords/package.json +++ b/packages/turf-clean-coords/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-clone/package.json b/packages/turf-clone/package.json index f4b96a25e6..d4b2977eb2 100644 --- a/packages/turf-clone/package.json +++ b/packages/turf-clone/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-clusters-dbscan/package.json b/packages/turf-clusters-dbscan/package.json index 5faf113f5a..aef5415d7e 100644 --- a/packages/turf-clusters-dbscan/package.json +++ b/packages/turf-clusters-dbscan/package.json @@ -48,7 +48,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-clusters-kmeans/package.json b/packages/turf-clusters-kmeans/package.json index 858f7fcea2..3c1b3fdd96 100644 --- a/packages/turf-clusters-kmeans/package.json +++ b/packages/turf-clusters-kmeans/package.json @@ -47,7 +47,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-clusters/package.json b/packages/turf-clusters/package.json index cd4e782446..f9094fb3a0 100644 --- a/packages/turf-clusters/package.json +++ b/packages/turf-clusters/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index 3aa3d509b1..59dc4658a6 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -45,7 +45,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-combine/package.json b/packages/turf-combine/package.json index c1aeb8d3f1..90ce4f1c19 100644 --- a/packages/turf-combine/package.json +++ b/packages/turf-combine/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-concave/package.json b/packages/turf-concave/package.json index acb5855e78..013b9093a3 100644 --- a/packages/turf-concave/package.json +++ b/packages/turf-concave/package.json @@ -51,7 +51,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-convex/package.json b/packages/turf-convex/package.json index 44a6e1213c..5bc9171980 100644 --- a/packages/turf-convex/package.json +++ b/packages/turf-convex/package.json @@ -38,7 +38,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-destination/package.json b/packages/turf-destination/package.json index 40114cc729..edf2a73d3c 100644 --- a/packages/turf-destination/package.json +++ b/packages/turf-destination/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-directional-mean/package.json b/packages/turf-directional-mean/package.json index fe1d8ad81b..dde937561a 100644 --- a/packages/turf-directional-mean/package.json +++ b/packages/turf-directional-mean/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-distance-weight/package.json b/packages/turf-distance-weight/package.json index b061ec3aaf..04de165a86 100644 --- a/packages/turf-distance-weight/package.json +++ b/packages/turf-distance-weight/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-distance/package.json b/packages/turf-distance/package.json index 06ee91d8f1..d37cbbbdb3 100644 --- a/packages/turf-distance/package.json +++ b/packages/turf-distance/package.json @@ -40,7 +40,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-helpers/package.json b/packages/turf-helpers/package.json index 1377dd4ef7..95432a5878 100644 --- a/packages/turf-helpers/package.json +++ b/packages/turf-helpers/package.json @@ -46,7 +46,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-hex-grid/package.json b/packages/turf-hex-grid/package.json index deffebf4bc..6a10206c18 100644 --- a/packages/turf-hex-grid/package.json +++ b/packages/turf-hex-grid/package.json @@ -50,7 +50,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-intersect/package.json b/packages/turf-intersect/package.json index 5c5f352f3b..0a51378d2b 100644 --- a/packages/turf-intersect/package.json +++ b/packages/turf-intersect/package.json @@ -39,7 +39,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-invariant/package.json b/packages/turf-invariant/package.json index 93b2f0a51b..b7cf242f0c 100644 --- a/packages/turf-invariant/package.json +++ b/packages/turf-invariant/package.json @@ -43,7 +43,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-isobands/package.json b/packages/turf-isobands/package.json index 974389fc9c..952846d94e 100644 --- a/packages/turf-isobands/package.json +++ b/packages/turf-isobands/package.json @@ -46,7 +46,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-isolines/package.json b/packages/turf-isolines/package.json index d419926986..58ab71a535 100644 --- a/packages/turf-isolines/package.json +++ b/packages/turf-isolines/package.json @@ -45,7 +45,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-kinks/package.json b/packages/turf-kinks/package.json index b7139d03d2..e15d3e5116 100644 --- a/packages/turf-kinks/package.json +++ b/packages/turf-kinks/package.json @@ -39,7 +39,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-length/package.json b/packages/turf-length/package.json index 7f6ef60ecf..6738a9b6ba 100644 --- a/packages/turf-length/package.json +++ b/packages/turf-length/package.json @@ -46,7 +46,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-line-arc/package.json b/packages/turf-line-arc/package.json index 46a23ab02c..2c790f1008 100644 --- a/packages/turf-line-arc/package.json +++ b/packages/turf-line-arc/package.json @@ -38,7 +38,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-line-intersect/package.json b/packages/turf-line-intersect/package.json index 61e8f8dd84..a5563ef1aa 100644 --- a/packages/turf-line-intersect/package.json +++ b/packages/turf-line-intersect/package.json @@ -45,7 +45,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-line-overlap/package.json b/packages/turf-line-overlap/package.json index 8af7c397b9..d2b3078347 100644 --- a/packages/turf-line-overlap/package.json +++ b/packages/turf-line-overlap/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-line-segment/package.json b/packages/turf-line-segment/package.json index 990f874a94..1634000237 100644 --- a/packages/turf-line-segment/package.json +++ b/packages/turf-line-segment/package.json @@ -39,7 +39,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-line-to-polygon/package.json b/packages/turf-line-to-polygon/package.json index f7d029312e..137790c0ec 100644 --- a/packages/turf-line-to-polygon/package.json +++ b/packages/turf-line-to-polygon/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-moran-index/package.json b/packages/turf-moran-index/package.json index 872bdc0840..26321780e3 100644 --- a/packages/turf-moran-index/package.json +++ b/packages/turf-moran-index/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-nearest-neighbor-analysis/package.json b/packages/turf-nearest-neighbor-analysis/package.json index 402a9b9129..898a50d243 100644 --- a/packages/turf-nearest-neighbor-analysis/package.json +++ b/packages/turf-nearest-neighbor-analysis/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-nearest-point-on-line/package.json b/packages/turf-nearest-point-on-line/package.json index eaf7edb7da..ca015306ae 100644 --- a/packages/turf-nearest-point-on-line/package.json +++ b/packages/turf-nearest-point-on-line/package.json @@ -34,7 +34,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-nearest-point-to-line/package.json b/packages/turf-nearest-point-to-line/package.json index a6fb718f57..82e4e3edb0 100644 --- a/packages/turf-nearest-point-to-line/package.json +++ b/packages/turf-nearest-point-to-line/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-nearest-point/package.json b/packages/turf-nearest-point/package.json index d8fb03ef59..089bdebcc4 100644 --- a/packages/turf-nearest-point/package.json +++ b/packages/turf-nearest-point/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-point-grid/package.json b/packages/turf-point-grid/package.json index 537c410d1e..74b0d85840 100644 --- a/packages/turf-point-grid/package.json +++ b/packages/turf-point-grid/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-point-to-line-distance/package.json b/packages/turf-point-to-line-distance/package.json index 2b5e9380aa..0030657279 100644 --- a/packages/turf-point-to-line-distance/package.json +++ b/packages/turf-point-to-line-distance/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-polygon-to-line/package.json b/packages/turf-polygon-to-line/package.json index c0a4516057..e81b07e3d9 100644 --- a/packages/turf-polygon-to-line/package.json +++ b/packages/turf-polygon-to-line/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-polygonize/package.json b/packages/turf-polygonize/package.json index 1f67f8e6f7..f0c28ce183 100644 --- a/packages/turf-polygonize/package.json +++ b/packages/turf-polygonize/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-projection/package.json b/packages/turf-projection/package.json index 35c6357b3a..2fe7049a98 100644 --- a/packages/turf-projection/package.json +++ b/packages/turf-projection/package.json @@ -52,7 +52,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-quadrat-analysis/package.json b/packages/turf-quadrat-analysis/package.json index 76242f1ff8..66b7aa7490 100644 --- a/packages/turf-quadrat-analysis/package.json +++ b/packages/turf-quadrat-analysis/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-random/package.json b/packages/turf-random/package.json index a8efedcbe3..ac167795d3 100644 --- a/packages/turf-random/package.json +++ b/packages/turf-random/package.json @@ -38,7 +38,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-rectangle-grid/package.json b/packages/turf-rectangle-grid/package.json index 909ebbdd32..2bbd81824f 100644 --- a/packages/turf-rectangle-grid/package.json +++ b/packages/turf-rectangle-grid/package.json @@ -44,7 +44,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 9db096e4d2..aa4e32ae06 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -46,7 +46,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index d2cd4989e7..ae2e52696c 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -50,7 +50,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index 597229a286..6092411405 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -48,7 +48,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-square-grid/package.json b/packages/turf-square-grid/package.json index 9fce97ca1f..129c71814d 100644 --- a/packages/turf-square-grid/package.json +++ b/packages/turf-square-grid/package.json @@ -41,7 +41,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-tin/package.json b/packages/turf-tin/package.json index a70766c046..fbeb9e0a4c 100644 --- a/packages/turf-tin/package.json +++ b/packages/turf-tin/package.json @@ -39,7 +39,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-triangle-grid/package.json b/packages/turf-triangle-grid/package.json index 94cce953af..29e495ab90 100644 --- a/packages/turf-triangle-grid/package.json +++ b/packages/turf-triangle-grid/package.json @@ -42,7 +42,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-truncate/package.json b/packages/turf-truncate/package.json index a273c9b67f..8d409b55b2 100644 --- a/packages/turf-truncate/package.json +++ b/packages/turf-truncate/package.json @@ -43,7 +43,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*", diff --git a/packages/turf-union/package.json b/packages/turf-union/package.json index 5bf2f35e72..63f7abbcb2 100644 --- a/packages/turf-union/package.json +++ b/packages/turf-union/package.json @@ -38,7 +38,7 @@ "scripts": { "bench": "tsx bench.js", "build": "npm-run-all --npm-path npm build:*", - "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", + "build:es": "tsc --outDir dist/es --module esnext && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "tsx ../../scripts/generate-readmes", "test": "npm-run-all --npm-path npm test:*",