diff --git a/.monorepolint.config.ts b/.monorepolint.config.ts index 5dd9d11a7..3caea9267 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 c5ab16543..b8cc5227e 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 39c1dd212..81f9215c6 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 ce43da81d..f0daa11ed 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 74ebe8beb..a8380416e 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 0abe0c22e..a78e90d1b 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 f3bbf51d3..c9bb463a2 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 2b87bd8b6..33c15a394 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 830ec39a8..fdf20befa 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 1858c27dc..76a24db21 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 68c0735e7..7f67c91dc 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 cc0244227..5c2c314bb 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 8bc312077..581b9c2b9 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 d78b4f10a..e015c7462 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 ad3452eb7..a68079195 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 3495533c7..be08e5162 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 cb691d437..9572f8780 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 007d20346..fd2a8fa58 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 eb37d7a56..245f6839e 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 0a7a9952c..f54eeee79 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 fb40da354..3e89bd837 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 e89efb142..54375f25a 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 932e601a0..a87fd87d8 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 986dc86b1..4ed1cffba 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 5505198ba..4afcf5d02 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 490dd9bb7..5cc3e0b5b 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 e433b2b44..7d6735167 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 7e981c717..884d13237 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 e216f3406..e6b839b03 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 f94920679..778adb2b7 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 f4b96a25e..d4b2977eb 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 5faf113f5..aef5415d7 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 858f7fcea..3c1b3fdd9 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 cd4e78244..f9094fb3a 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 3aa3d509b..59dc4658a 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 c1aeb8d3f..90ce4f1c1 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 acb5855e7..013b9093a 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 44a6e1213..5bc917198 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 40114cc72..edf2a73d3 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 fe1d8ad81..dde937561 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 b061ec3aa..04de165a8 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 06ee91d8f..d37cbbbdb 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 1377dd4ef..95432a587 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 deffebf4b..6a10206c1 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 5c5f352f3..0a51378d2 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 93b2f0a51..b7cf242f0 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 974389fc9..952846d94 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 d41992698..58ab71a53 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 b7139d03d..e15d3e511 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 7f6ef60ec..6738a9b6b 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 46a23ab02..2c790f100 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 61e8f8dd8..a5563ef1a 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 8af7c397b..d2b307834 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 990f874a9..163400023 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 f7d029312..137790c0e 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 872bdc084..26321780e 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 402a9b912..898a50d24 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 eaf7edb7d..ca015306a 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 a6fb718f5..82e4e3edb 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 d8fb03ef5..089bdebcc 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 537c410d1..74b0d8584 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 2b5e9380a..003065727 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 c0a451605..e81b07e3d 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 1f67f8e6f..f0c28ce18 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 35c6357b3..2fe7049a9 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 76242f1ff..66b7aa749 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 a8efedcbe..ac167795d 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 909ebbdd3..2bbd81824 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 9db096e4d..aa4e32ae0 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 d2cd4989e..ae2e52696 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 597229a28..609241140 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 9fce97ca1..129c71814 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 a70766c04..fbeb9e0a4 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 94cce953a..29e495ab9 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 a273c9b67..8d409b55b 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 5bf2f35e7..63f7abbcb 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:*",