diff --git a/.gitignore b/.gitignore index f9e203798..f428c375c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ node_modules pnpm-debug.log* # build caches -.nx +.turbo .eslintcache # editor-specific diff --git a/.monorepolint.config.mjs b/.monorepolint.config.mjs index 6bafb2bad..64ab20caf 100644 --- a/.monorepolint.config.mjs +++ b/.monorepolint.config.mjs @@ -9,7 +9,6 @@ import { packageEntry, packageScript, requireDependency, - standardTsconfig, REMOVE, } from "@monorepolint/rules"; @@ -97,7 +96,7 @@ export default { // Example of a URL that will break: https://unpkg.com/@turf/turf/dist/turf.min.js // Example of a URL that will keep working: https://unpkg.com/@turf/turf browser: "turf.min.js", - files: ["dist", "turf.min.js", "!**/*.tsbuildinfo"], + files: ["dist", "turf.min.js"], exports: { "./package.json": "./package.json", ".": { @@ -123,7 +122,7 @@ export default { module: REMOVE, types: REMOVE, sideEffects: false, - files: ["dist", "!**/*.tsbuildinfo"], + files: ["dist"], publishConfig: { access: "public", }, @@ -165,7 +164,7 @@ export default { packageScript({ options: { scripts: { - build: "tsc --build", + build: "tsc", }, }, includePackages: PACKAGES, @@ -175,7 +174,7 @@ export default { options: { scripts: { build: - "tsc --build && esbuild index.ts --bundle --minify --target=chrome109,edge147,firefox140,ios18.5,opera127,safari26.3 --outfile=turf.min.js", + "tsc && esbuild index.ts --bundle --minify --target=chrome109,edge147,firefox140,ios18.5,opera127,safari26.3 --outfile=turf.min.js", }, }, includePackages: [MAIN_PACKAGE], @@ -246,12 +245,5 @@ export default { }, includePackages: [MAIN_PACKAGE, ...PACKAGES], }), - - standardTsconfig({ - options: { - template: { extends: "../../tsconfig.shared.json" }, - }, - includePackages: [MAIN_PACKAGE, ...PACKAGES], - }), ], }; diff --git a/package.json b/package.json index c5434eccc..378ee9082 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "meow": "^14.1.0", "prettier": "^3.9.6", "progress": "^2.0.3", + "turbo": "^2.10.9", "typescript": "catalog:", "typescript-eslint": "^8.66.0", "yaml": "^2.9.0" diff --git a/packages/turf-along/package.json b/packages/turf-along/package.json index caf13e31e..11ef862a6 100644 --- a/packages/turf-along/package.json +++ b/packages/turf-along/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-along/tsconfig.json b/packages/turf-along/tsconfig.json index 270ad4ff3..563bf8644 100644 --- a/packages/turf-along/tsconfig.json +++ b/packages/turf-along/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bearing" - }, - { - "path": "../turf-destination" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-angle/package.json b/packages/turf-angle/package.json index ff0756feb..d97e20a8f 100644 --- a/packages/turf-angle/package.json +++ b/packages/turf-angle/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-angle/tsconfig.json b/packages/turf-angle/tsconfig.json index 3f797c4cf..563bf8644 100644 --- a/packages/turf-angle/tsconfig.json +++ b/packages/turf-angle/tsconfig.json @@ -1,26 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bearing" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-rhumb-bearing" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-sector" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-area/package.json b/packages/turf-area/package.json index 12a2a70ac..efa774d23 100644 --- a/packages/turf-area/package.json +++ b/packages/turf-area/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-area/tsconfig.json b/packages/turf-area/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-area/tsconfig.json +++ b/packages/turf-area/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-bbox-clip/package.json b/packages/turf-bbox-clip/package.json index 1a8857cc5..722f41425 100644 --- a/packages/turf-bbox-clip/package.json +++ b/packages/turf-bbox-clip/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-bbox-clip/tsconfig.json b/packages/turf-bbox-clip/tsconfig.json index db50b7ccf..563bf8644 100644 --- a/packages/turf-bbox-clip/tsconfig.json +++ b/packages/turf-bbox-clip/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-bbox" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-bbox-polygon/package.json b/packages/turf-bbox-polygon/package.json index 74b2981e1..66f7bb7ca 100644 --- a/packages/turf-bbox-polygon/package.json +++ b/packages/turf-bbox-polygon/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-bbox-polygon/tsconfig.json b/packages/turf-bbox-polygon/tsconfig.json index 95b7e9f68..563bf8644 100644 --- a/packages/turf-bbox-polygon/tsconfig.json +++ b/packages/turf-bbox-polygon/tsconfig.json @@ -1,8 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-bbox/package.json b/packages/turf-bbox/package.json index d3766eda0..33cdddbdb 100644 --- a/packages/turf-bbox/package.json +++ b/packages/turf-bbox/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-bbox/tsconfig.json b/packages/turf-bbox/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-bbox/tsconfig.json +++ b/packages/turf-bbox/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-bearing/package.json b/packages/turf-bearing/package.json index 59f3e2c0e..d3f0d4b68 100644 --- a/packages/turf-bearing/package.json +++ b/packages/turf-bearing/package.json @@ -30,12 +30,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-bearing/tsconfig.json b/packages/turf-bearing/tsconfig.json index 104e71c68..563bf8644 100644 --- a/packages/turf-bearing/tsconfig.json +++ b/packages/turf-bearing/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-destination" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-bezier-spline/package.json b/packages/turf-bezier-spline/package.json index 2c8362767..ed0bec413 100644 --- a/packages/turf-bezier-spline/package.json +++ b/packages/turf-bezier-spline/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-bezier-spline/tsconfig.json b/packages/turf-bezier-spline/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-bezier-spline/tsconfig.json +++ b/packages/turf-bezier-spline/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-clockwise/package.json b/packages/turf-boolean-clockwise/package.json index 5c049ba8c..084212f45 100644 --- a/packages/turf-boolean-clockwise/package.json +++ b/packages/turf-boolean-clockwise/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-clockwise/tsconfig.json b/packages/turf-boolean-clockwise/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-boolean-clockwise/tsconfig.json +++ b/packages/turf-boolean-clockwise/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-concave/package.json b/packages/turf-boolean-concave/package.json index 2956a0c55..455f2518c 100644 --- a/packages/turf-boolean-concave/package.json +++ b/packages/turf-boolean-concave/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-concave/tsconfig.json b/packages/turf-boolean-concave/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-boolean-concave/tsconfig.json +++ b/packages/turf-boolean-concave/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-contains/package.json b/packages/turf-boolean-contains/package.json index be675a009..eb5b53744 100644 --- a/packages/turf-boolean-contains/package.json +++ b/packages/turf-boolean-contains/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-contains/tsconfig.json b/packages/turf-boolean-contains/tsconfig.json index 4f9fd10b8..563bf8644 100644 --- a/packages/turf-boolean-contains/tsconfig.json +++ b/packages/turf-boolean-contains/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-boolean-point-on-line" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-line-split" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-crosses/package.json b/packages/turf-boolean-crosses/package.json index 8b86e54c3..c989bed2a 100644 --- a/packages/turf-boolean-crosses/package.json +++ b/packages/turf-boolean-crosses/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-crosses/tsconfig.json b/packages/turf-boolean-crosses/tsconfig.json index f302a9369..563bf8644 100644 --- a/packages/turf-boolean-crosses/tsconfig.json +++ b/packages/turf-boolean-crosses/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-equal" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-line-intersect" - }, - { - "path": "../turf-polygon-to-line" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-disjoint/package.json b/packages/turf-boolean-disjoint/package.json index 92c1de4df..399420575 100644 --- a/packages/turf-boolean-disjoint/package.json +++ b/packages/turf-boolean-disjoint/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-disjoint/tsconfig.json b/packages/turf-boolean-disjoint/tsconfig.json index 326cdefa3..563bf8644 100644 --- a/packages/turf-boolean-disjoint/tsconfig.json +++ b/packages/turf-boolean-disjoint/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-line-intersect" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-polygon-to-line" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-equal/package.json b/packages/turf-boolean-equal/package.json index da437507e..f3bad0747 100644 --- a/packages/turf-boolean-equal/package.json +++ b/packages/turf-boolean-equal/package.json @@ -39,12 +39,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-equal/tsconfig.json b/packages/turf-boolean-equal/tsconfig.json index cf10b1b2d..563bf8644 100644 --- a/packages/turf-boolean-equal/tsconfig.json +++ b/packages/turf-boolean-equal/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clean-coords" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-intersects/package.json b/packages/turf-boolean-intersects/package.json index d2f28b982..caaf096e3 100644 --- a/packages/turf-boolean-intersects/package.json +++ b/packages/turf-boolean-intersects/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-intersects/tsconfig.json b/packages/turf-boolean-intersects/tsconfig.json index 2b50b1d13..563bf8644 100644 --- a/packages/turf-boolean-intersects/tsconfig.json +++ b/packages/turf-boolean-intersects/tsconfig.json @@ -1,8 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-disjoint" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-overlap/package.json b/packages/turf-boolean-overlap/package.json index 677152903..00d77e7d9 100644 --- a/packages/turf-boolean-overlap/package.json +++ b/packages/turf-boolean-overlap/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-overlap/tsconfig.json b/packages/turf-boolean-overlap/tsconfig.json index bc46a5943..563bf8644 100644 --- a/packages/turf-boolean-overlap/tsconfig.json +++ b/packages/turf-boolean-overlap/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-line-intersect" - }, - { - "path": "../turf-line-overlap" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-parallel/package.json b/packages/turf-boolean-parallel/package.json index 13f3da85b..55455af91 100644 --- a/packages/turf-boolean-parallel/package.json +++ b/packages/turf-boolean-parallel/package.json @@ -35,12 +35,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-parallel/tsconfig.json b/packages/turf-boolean-parallel/tsconfig.json index fba541e47..563bf8644 100644 --- a/packages/turf-boolean-parallel/tsconfig.json +++ b/packages/turf-boolean-parallel/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clean-coords" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-line-segment" - }, - { - "path": "../turf-rhumb-bearing" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-point-in-polygon/package.json b/packages/turf-boolean-point-in-polygon/package.json index dca93011f..6429cb210 100644 --- a/packages/turf-boolean-point-in-polygon/package.json +++ b/packages/turf-boolean-point-in-polygon/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-point-in-polygon/tsconfig.json b/packages/turf-boolean-point-in-polygon/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-boolean-point-in-polygon/tsconfig.json +++ b/packages/turf-boolean-point-in-polygon/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-point-on-line/package.json b/packages/turf-boolean-point-on-line/package.json index c70d7800d..26d8b2601 100644 --- a/packages/turf-boolean-point-on-line/package.json +++ b/packages/turf-boolean-point-on-line/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-point-on-line/tsconfig.json b/packages/turf-boolean-point-on-line/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-boolean-point-on-line/tsconfig.json +++ b/packages/turf-boolean-point-on-line/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-touches/package.json b/packages/turf-boolean-touches/package.json index 5413f3445..091db0714 100644 --- a/packages/turf-boolean-touches/package.json +++ b/packages/turf-boolean-touches/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-boolean-touches/tsconfig.json b/packages/turf-boolean-touches/tsconfig.json index c7e8df6da..563bf8644 100644 --- a/packages/turf-boolean-touches/tsconfig.json +++ b/packages/turf-boolean-touches/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-boolean-point-on-line" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-valid/package.json b/packages/turf-boolean-valid/package.json index 9157320dd..555f4ce7f 100644 --- a/packages/turf-boolean-valid/package.json +++ b/packages/turf-boolean-valid/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-boolean-valid/tsconfig.json b/packages/turf-boolean-valid/tsconfig.json index 6d58a8ddf..563bf8644 100644 --- a/packages/turf-boolean-valid/tsconfig.json +++ b/packages/turf-boolean-valid/tsconfig.json @@ -1,32 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-boolean-crosses" - }, - { - "path": "../turf-boolean-disjoint" - }, - { - "path": "../turf-boolean-overlap" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-boolean-point-on-line" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-line-intersect" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-boolean-within/package.json b/packages/turf-boolean-within/package.json index a5b2fe85b..035ea5763 100644 --- a/packages/turf-boolean-within/package.json +++ b/packages/turf-boolean-within/package.json @@ -40,12 +40,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-boolean-within/tsconfig.json b/packages/turf-boolean-within/tsconfig.json index bb317a64d..563bf8644 100644 --- a/packages/turf-boolean-within/tsconfig.json +++ b/packages/turf-boolean-within/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-contains" - }, - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-buffer/package.json b/packages/turf-buffer/package.json index fd36915c2..7781f4263 100644 --- a/packages/turf-buffer/package.json +++ b/packages/turf-buffer/package.json @@ -40,12 +40,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tstyche" diff --git a/packages/turf-buffer/tsconfig.json b/packages/turf-buffer/tsconfig.json index 775bef8b8..563bf8644 100644 --- a/packages/turf-buffer/tsconfig.json +++ b/packages/turf-buffer/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-center" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-projection" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-center-mean/package.json b/packages/turf-center-mean/package.json index 6ecb54085..6815d9c6a 100644 --- a/packages/turf-center-mean/package.json +++ b/packages/turf-center-mean/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-center-mean/tsconfig.json b/packages/turf-center-mean/tsconfig.json index 48a8b50e7..563bf8644 100644 --- a/packages/turf-center-mean/tsconfig.json +++ b/packages/turf-center-mean/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-center" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-center-median/package.json b/packages/turf-center-median/package.json index 773d46cc7..ad1428406 100644 --- a/packages/turf-center-median/package.json +++ b/packages/turf-center-median/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-center-median/tsconfig.json b/packages/turf-center-median/tsconfig.json index d19cfdd37..563bf8644 100644 --- a/packages/turf-center-median/tsconfig.json +++ b/packages/turf-center-median/tsconfig.json @@ -1,32 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-center-mean" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-center" - }, - { - "path": "../turf-center-of-mass" - }, - { - "path": "../turf-random" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-center-of-mass/package.json b/packages/turf-center-of-mass/package.json index de0d4f0de..deea271fc 100644 --- a/packages/turf-center-of-mass/package.json +++ b/packages/turf-center-of-mass/package.json @@ -30,12 +30,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-center-of-mass/tsconfig.json b/packages/turf-center-of-mass/tsconfig.json index 05265be13..563bf8644 100644 --- a/packages/turf-center-of-mass/tsconfig.json +++ b/packages/turf-center-of-mass/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-centroid" - }, - { - "path": "../turf-convex" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-center/package.json b/packages/turf-center/package.json index a68fceb72..e183dd8e8 100644 --- a/packages/turf-center/package.json +++ b/packages/turf-center/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-center/tsconfig.json b/packages/turf-center/tsconfig.json index b7abba222..563bf8644 100644 --- a/packages/turf-center/tsconfig.json +++ b/packages/turf-center/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-centroid/package.json b/packages/turf-centroid/package.json index b08643205..b128d95f8 100644 --- a/packages/turf-centroid/package.json +++ b/packages/turf-centroid/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-centroid/tsconfig.json b/packages/turf-centroid/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-centroid/tsconfig.json +++ b/packages/turf-centroid/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-circle/package.json b/packages/turf-circle/package.json index 5b6ca564b..2ea5720cf 100644 --- a/packages/turf-circle/package.json +++ b/packages/turf-circle/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-circle/tsconfig.json b/packages/turf-circle/tsconfig.json index 687407048..563bf8644 100644 --- a/packages/turf-circle/tsconfig.json +++ b/packages/turf-circle/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-destination" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-clean-coords/package.json b/packages/turf-clean-coords/package.json index 0a4459463..a949e4ac8 100644 --- a/packages/turf-clean-coords/package.json +++ b/packages/turf-clean-coords/package.json @@ -35,12 +35,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-clean-coords/tsconfig.json b/packages/turf-clean-coords/tsconfig.json index 20bc33eea..563bf8644 100644 --- a/packages/turf-clean-coords/tsconfig.json +++ b/packages/turf-clean-coords/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-on-line" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-clone/package.json b/packages/turf-clone/package.json index c7e2dc6aa..92088644e 100644 --- a/packages/turf-clone/package.json +++ b/packages/turf-clone/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-clone/tsconfig.json b/packages/turf-clone/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-clone/tsconfig.json +++ b/packages/turf-clone/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-clusters-dbscan/package.json b/packages/turf-clusters-dbscan/package.json index 47868e2ab..e6ca7aac9 100644 --- a/packages/turf-clusters-dbscan/package.json +++ b/packages/turf-clusters-dbscan/package.json @@ -40,12 +40,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-clusters-dbscan/tsconfig.json b/packages/turf-clusters-dbscan/tsconfig.json index 53de6abd9..563bf8644 100644 --- a/packages/turf-clusters-dbscan/tsconfig.json +++ b/packages/turf-clusters-dbscan/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-clusters" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-clusters-kmeans/package.json b/packages/turf-clusters-kmeans/package.json index 00566de4c..a8e9f0b42 100644 --- a/packages/turf-clusters-kmeans/package.json +++ b/packages/turf-clusters-kmeans/package.json @@ -39,12 +39,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-clusters-kmeans/tsconfig.json b/packages/turf-clusters-kmeans/tsconfig.json index bf760e152..563bf8644 100644 --- a/packages/turf-clusters-kmeans/tsconfig.json +++ b/packages/turf-clusters-kmeans/tsconfig.json @@ -1,26 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-clusters" - }, - { - "path": "../turf-random" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-clusters/package.json b/packages/turf-clusters/package.json index a574295bf..c20833971 100644 --- a/packages/turf-clusters/package.json +++ b/packages/turf-clusters/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-clusters/tsconfig.json b/packages/turf-clusters/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-clusters/tsconfig.json +++ b/packages/turf-clusters/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index 413e9cdcf..7fcd94c2a 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-collect/tsconfig.json b/packages/turf-collect/tsconfig.json index 16ca715c9..563bf8644 100644 --- a/packages/turf-collect/tsconfig.json +++ b/packages/turf-collect/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-combine/package.json b/packages/turf-combine/package.json index 58423c0a0..ffb371b42 100644 --- a/packages/turf-combine/package.json +++ b/packages/turf-combine/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-combine/tsconfig.json b/packages/turf-combine/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-combine/tsconfig.json +++ b/packages/turf-combine/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-concave/package.json b/packages/turf-concave/package.json index d94b720dd..17a1e2bdb 100644 --- a/packages/turf-concave/package.json +++ b/packages/turf-concave/package.json @@ -43,12 +43,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-concave/tsconfig.json b/packages/turf-concave/tsconfig.json index 802c10d26..563bf8644 100644 --- a/packages/turf-concave/tsconfig.json +++ b/packages/turf-concave/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-tin" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-convex/package.json b/packages/turf-convex/package.json index 2cde34d7c..b86aa7596 100644 --- a/packages/turf-convex/package.json +++ b/packages/turf-convex/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-convex/tsconfig.json b/packages/turf-convex/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-convex/tsconfig.json +++ b/packages/turf-convex/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-destination/package.json b/packages/turf-destination/package.json index e5147451c..b03e24a46 100644 --- a/packages/turf-destination/package.json +++ b/packages/turf-destination/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-destination/tsconfig.json b/packages/turf-destination/tsconfig.json index 34cff16be..563bf8644 100644 --- a/packages/turf-destination/tsconfig.json +++ b/packages/turf-destination/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-difference/package.json b/packages/turf-difference/package.json index 9ad8a7fb7..b7080e02e 100644 --- a/packages/turf-difference/package.json +++ b/packages/turf-difference/package.json @@ -30,12 +30,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-difference/tsconfig.json b/packages/turf-difference/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-difference/tsconfig.json +++ b/packages/turf-difference/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-directional-mean/package.json b/packages/turf-directional-mean/package.json index 0eecf9ced..435bde843 100644 --- a/packages/turf-directional-mean/package.json +++ b/packages/turf-directional-mean/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-directional-mean/tsconfig.json b/packages/turf-directional-mean/tsconfig.json index b87d3b55b..563bf8644 100644 --- a/packages/turf-directional-mean/tsconfig.json +++ b/packages/turf-directional-mean/tsconfig.json @@ -1,26 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bearing" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-destination" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-length" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-dissolve/package.json b/packages/turf-dissolve/package.json index d0e1cfbaa..28e95a715 100644 --- a/packages/turf-dissolve/package.json +++ b/packages/turf-dissolve/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-dissolve/tsconfig.json b/packages/turf-dissolve/tsconfig.json index bc76e04c8..563bf8644 100644 --- a/packages/turf-dissolve/tsconfig.json +++ b/packages/turf-dissolve/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-flatten" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-distance-weight/package.json b/packages/turf-distance-weight/package.json index 0fe8bdb70..72b2a5094 100644 --- a/packages/turf-distance-weight/package.json +++ b/packages/turf-distance-weight/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-distance-weight/tsconfig.json b/packages/turf-distance-weight/tsconfig.json index 84c7f4da7..563bf8644 100644 --- a/packages/turf-distance-weight/tsconfig.json +++ b/packages/turf-distance-weight/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-centroid" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-distance/package.json b/packages/turf-distance/package.json index ca597fd6e..4f694df5b 100644 --- a/packages/turf-distance/package.json +++ b/packages/turf-distance/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-distance/tsconfig.json b/packages/turf-distance/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-distance/tsconfig.json +++ b/packages/turf-distance/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-ellipse/package.json b/packages/turf-ellipse/package.json index b74af9824..d0580a650 100644 --- a/packages/turf-ellipse/package.json +++ b/packages/turf-ellipse/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-ellipse/tsconfig.json b/packages/turf-ellipse/tsconfig.json index 0542c593d..563bf8644 100644 --- a/packages/turf-ellipse/tsconfig.json +++ b/packages/turf-ellipse/tsconfig.json @@ -1,35 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-destination" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-transform-rotate" - }, - { - "path": "../turf-area" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-circle" - }, - { - "path": "../turf-intersect" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-envelope/package.json b/packages/turf-envelope/package.json index 1a3a69630..d2dfbe611 100644 --- a/packages/turf-envelope/package.json +++ b/packages/turf-envelope/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-envelope/tsconfig.json b/packages/turf-envelope/tsconfig.json index 14ffeb7e9..563bf8644 100644 --- a/packages/turf-envelope/tsconfig.json +++ b/packages/turf-envelope/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-explode/package.json b/packages/turf-explode/package.json index b59de9b3a..282c0d2c8 100644 --- a/packages/turf-explode/package.json +++ b/packages/turf-explode/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-explode/tsconfig.json b/packages/turf-explode/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-explode/tsconfig.json +++ b/packages/turf-explode/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-flatten/package.json b/packages/turf-flatten/package.json index e5aa026bf..b59b443ea 100644 --- a/packages/turf-flatten/package.json +++ b/packages/turf-flatten/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-flatten/tsconfig.json b/packages/turf-flatten/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-flatten/tsconfig.json +++ b/packages/turf-flatten/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-flip/package.json b/packages/turf-flip/package.json index bd2d40d43..0a6e65cb9 100644 --- a/packages/turf-flip/package.json +++ b/packages/turf-flip/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-flip/tsconfig.json b/packages/turf-flip/tsconfig.json index c1b979018..563bf8644 100644 --- a/packages/turf-flip/tsconfig.json +++ b/packages/turf-flip/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-geojson-rbush/package.json b/packages/turf-geojson-rbush/package.json index c716d6645..cec3bfde6 100644 --- a/packages/turf-geojson-rbush/package.json +++ b/packages/turf-geojson-rbush/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-geojson-rbush/tsconfig.json b/packages/turf-geojson-rbush/tsconfig.json index 9b97a1ff1..563bf8644 100644 --- a/packages/turf-geojson-rbush/tsconfig.json +++ b/packages/turf-geojson-rbush/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-random" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-great-circle/package.json b/packages/turf-great-circle/package.json index 37d26d304..e7bbaaea3 100644 --- a/packages/turf-great-circle/package.json +++ b/packages/turf-great-circle/package.json @@ -39,12 +39,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-great-circle/tsconfig.json b/packages/turf-great-circle/tsconfig.json index 34cff16be..563bf8644 100644 --- a/packages/turf-great-circle/tsconfig.json +++ b/packages/turf-great-circle/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-helpers/package.json b/packages/turf-helpers/package.json index 5d73c9afc..07ccb4924 100644 --- a/packages/turf-helpers/package.json +++ b/packages/turf-helpers/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-helpers/tsconfig.json b/packages/turf-helpers/tsconfig.json index f5777a706..563bf8644 100644 --- a/packages/turf-helpers/tsconfig.json +++ b/packages/turf-helpers/tsconfig.json @@ -1,4 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-hex-grid/package.json b/packages/turf-hex-grid/package.json index 5ed561b1d..63912ef6a 100644 --- a/packages/turf-hex-grid/package.json +++ b/packages/turf-hex-grid/package.json @@ -42,12 +42,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-hex-grid/tsconfig.json b/packages/turf-hex-grid/tsconfig.json index e95257b11..563bf8644 100644 --- a/packages/turf-hex-grid/tsconfig.json +++ b/packages/turf-hex-grid/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-intersect" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-interpolate/package.json b/packages/turf-interpolate/package.json index e1cf5c664..8ce6fbf19 100644 --- a/packages/turf-interpolate/package.json +++ b/packages/turf-interpolate/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-interpolate/tsconfig.json b/packages/turf-interpolate/tsconfig.json index e8e438c2c..563bf8644 100644 --- a/packages/turf-interpolate/tsconfig.json +++ b/packages/turf-interpolate/tsconfig.json @@ -1,41 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-hex-grid" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-point-grid" - }, - { - "path": "../turf-square-grid" - }, - { - "path": "../turf-triangle-grid" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-intersect/package.json b/packages/turf-intersect/package.json index 9e6ea3f2e..99f67dddf 100644 --- a/packages/turf-intersect/package.json +++ b/packages/turf-intersect/package.json @@ -31,12 +31,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-intersect/tsconfig.json b/packages/turf-intersect/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-intersect/tsconfig.json +++ b/packages/turf-intersect/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-invariant/package.json b/packages/turf-invariant/package.json index 4d7b84c87..e70626326 100644 --- a/packages/turf-invariant/package.json +++ b/packages/turf-invariant/package.json @@ -35,12 +35,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-invariant/tsconfig.json b/packages/turf-invariant/tsconfig.json index 95b7e9f68..563bf8644 100644 --- a/packages/turf-invariant/tsconfig.json +++ b/packages/turf-invariant/tsconfig.json @@ -1,8 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-isobands/package.json b/packages/turf-isobands/package.json index 862c599d1..00a2caef4 100644 --- a/packages/turf-isobands/package.json +++ b/packages/turf-isobands/package.json @@ -39,12 +39,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-isobands/tsconfig.json b/packages/turf-isobands/tsconfig.json index b0114ec56..563bf8644 100644 --- a/packages/turf-isobands/tsconfig.json +++ b/packages/turf-isobands/tsconfig.json @@ -1,41 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-area" - }, - { - "path": "../turf-bbox" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-explode" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-envelope" - }, - { - "path": "../turf-point-grid" - }, - { - "path": "../turf-random" - }, - { - "path": "../turf-rhumb-destination" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-isolines/package.json b/packages/turf-isolines/package.json index df027ba88..3a54708f7 100644 --- a/packages/turf-isolines/package.json +++ b/packages/turf-isolines/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-isolines/tsconfig.json b/packages/turf-isolines/tsconfig.json index ac4352b06..563bf8644 100644 --- a/packages/turf-isolines/tsconfig.json +++ b/packages/turf-isolines/tsconfig.json @@ -1,32 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-envelope" - }, - { - "path": "../turf-point-grid" - }, - { - "path": "../turf-random" - }, - { - "path": "../turf-rhumb-destination" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-kinks/package.json b/packages/turf-kinks/package.json index 10d4594e1..9e52f8215 100644 --- a/packages/turf-kinks/package.json +++ b/packages/turf-kinks/package.json @@ -31,12 +31,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-kinks/tsconfig.json b/packages/turf-kinks/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-kinks/tsconfig.json +++ b/packages/turf-kinks/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-length/package.json b/packages/turf-length/package.json index 387ae5f53..3cfed5b9d 100644 --- a/packages/turf-length/package.json +++ b/packages/turf-length/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-length/tsconfig.json b/packages/turf-length/tsconfig.json index 724073995..563bf8644 100644 --- a/packages/turf-length/tsconfig.json +++ b/packages/turf-length/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-arc/package.json b/packages/turf-line-arc/package.json index cb7cb99ee..748e8319d 100644 --- a/packages/turf-line-arc/package.json +++ b/packages/turf-line-arc/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-line-arc/tsconfig.json b/packages/turf-line-arc/tsconfig.json index 172dfb358..563bf8644 100644 --- a/packages/turf-line-arc/tsconfig.json +++ b/packages/turf-line-arc/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-circle" - }, - { - "path": "../turf-destination" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-chunk/package.json b/packages/turf-line-chunk/package.json index fff45105f..c92685b0f 100644 --- a/packages/turf-line-chunk/package.json +++ b/packages/turf-line-chunk/package.json @@ -39,12 +39,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-line-chunk/tsconfig.json b/packages/turf-line-chunk/tsconfig.json index 8f4dde456..563bf8644 100644 --- a/packages/turf-line-chunk/tsconfig.json +++ b/packages/turf-line-chunk/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-length" - }, - { - "path": "../turf-line-slice-along" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-intersect/package.json b/packages/turf-line-intersect/package.json index 408738083..915876141 100644 --- a/packages/turf-line-intersect/package.json +++ b/packages/turf-line-intersect/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-line-intersect/tsconfig.json b/packages/turf-line-intersect/tsconfig.json index 8a5f313bf..563bf8644 100644 --- a/packages/turf-line-intersect/tsconfig.json +++ b/packages/turf-line-intersect/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-offset/package.json b/packages/turf-line-offset/package.json index 2d770cf95..6c4a00e52 100644 --- a/packages/turf-line-offset/package.json +++ b/packages/turf-line-offset/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tstyche" diff --git a/packages/turf-line-offset/tsconfig.json b/packages/turf-line-offset/tsconfig.json index 50a387f50..563bf8644 100644 --- a/packages/turf-line-offset/tsconfig.json +++ b/packages/turf-line-offset/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-overlap/package.json b/packages/turf-line-overlap/package.json index f164c8d84..f856e51e7 100644 --- a/packages/turf-line-overlap/package.json +++ b/packages/turf-line-overlap/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-line-overlap/tsconfig.json b/packages/turf-line-overlap/tsconfig.json index 3b50e6f97..563bf8644 100644 --- a/packages/turf-line-overlap/tsconfig.json +++ b/packages/turf-line-overlap/tsconfig.json @@ -1,29 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-boolean-point-on-line" - }, - { - "path": "../turf-geojson-rbush" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-line-segment" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-nearest-point-on-line" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-segment/package.json b/packages/turf-line-segment/package.json index b23f901bb..50fa1af01 100644 --- a/packages/turf-line-segment/package.json +++ b/packages/turf-line-segment/package.json @@ -31,12 +31,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-line-segment/tsconfig.json b/packages/turf-line-segment/tsconfig.json index 6c79e3783..563bf8644 100644 --- a/packages/turf-line-segment/tsconfig.json +++ b/packages/turf-line-segment/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-slice-along/package.json b/packages/turf-line-slice-along/package.json index 88bd902fa..48660d8b8 100644 --- a/packages/turf-line-slice-along/package.json +++ b/packages/turf-line-slice-along/package.json @@ -31,12 +31,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-line-slice-along/tsconfig.json b/packages/turf-line-slice-along/tsconfig.json index 47df3122a..563bf8644 100644 --- a/packages/turf-line-slice-along/tsconfig.json +++ b/packages/turf-line-slice-along/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bearing" - }, - { - "path": "../turf-destination" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-along" - }, - { - "path": "../turf-length" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-slice/package.json b/packages/turf-line-slice/package.json index d83c2f00e..c6eda0108 100644 --- a/packages/turf-line-slice/package.json +++ b/packages/turf-line-slice/package.json @@ -35,12 +35,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-line-slice/tsconfig.json b/packages/turf-line-slice/tsconfig.json index 98c72483f..563bf8644 100644 --- a/packages/turf-line-slice/tsconfig.json +++ b/packages/turf-line-slice/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-nearest-point-on-line" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-split/package.json b/packages/turf-line-split/package.json index 33db55e32..0c43171a3 100644 --- a/packages/turf-line-split/package.json +++ b/packages/turf-line-split/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-line-split/tsconfig.json b/packages/turf-line-split/tsconfig.json index cbe987fb8..563bf8644 100644 --- a/packages/turf-line-split/tsconfig.json +++ b/packages/turf-line-split/tsconfig.json @@ -1,32 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-geojson-rbush" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-line-intersect" - }, - { - "path": "../turf-line-segment" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-nearest-point-on-line" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-line-to-polygon/package.json b/packages/turf-line-to-polygon/package.json index fc73c7712..3744d7fcb 100644 --- a/packages/turf-line-to-polygon/package.json +++ b/packages/turf-line-to-polygon/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-line-to-polygon/tsconfig.json b/packages/turf-line-to-polygon/tsconfig.json index 4ef3c3769..563bf8644 100644 --- a/packages/turf-line-to-polygon/tsconfig.json +++ b/packages/turf-line-to-polygon/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-mask/package.json b/packages/turf-mask/package.json index 962a9dbca..47e84109a 100644 --- a/packages/turf-mask/package.json +++ b/packages/turf-mask/package.json @@ -31,12 +31,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-mask/tsconfig.json b/packages/turf-mask/tsconfig.json index 16ebe62d4..563bf8644 100644 --- a/packages/turf-mask/tsconfig.json +++ b/packages/turf-mask/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-meta/package.json b/packages/turf-meta/package.json index 5b78f8bf2..077304613 100644 --- a/packages/turf-meta/package.json +++ b/packages/turf-meta/package.json @@ -53,12 +53,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-meta/tsconfig.json b/packages/turf-meta/tsconfig.json index 676901944..563bf8644 100644 --- a/packages/turf-meta/tsconfig.json +++ b/packages/turf-meta/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-random" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-midpoint/package.json b/packages/turf-midpoint/package.json index bd1f6effc..67098059c 100644 --- a/packages/turf-midpoint/package.json +++ b/packages/turf-midpoint/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-midpoint/tsconfig.json b/packages/turf-midpoint/tsconfig.json index 0ab901ae6..563bf8644 100644 --- a/packages/turf-midpoint/tsconfig.json +++ b/packages/turf-midpoint/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bearing" - }, - { - "path": "../turf-destination" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-moran-index/package.json b/packages/turf-moran-index/package.json index f1e18d0c0..b0be36a67 100644 --- a/packages/turf-moran-index/package.json +++ b/packages/turf-moran-index/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-moran-index/tsconfig.json b/packages/turf-moran-index/tsconfig.json index 9f1711c7a..563bf8644 100644 --- a/packages/turf-moran-index/tsconfig.json +++ b/packages/turf-moran-index/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-distance-weight" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-nearest-neighbor-analysis/package.json b/packages/turf-nearest-neighbor-analysis/package.json index ca49ce58b..25172b53e 100644 --- a/packages/turf-nearest-neighbor-analysis/package.json +++ b/packages/turf-nearest-neighbor-analysis/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-nearest-neighbor-analysis/tsconfig.json b/packages/turf-nearest-neighbor-analysis/tsconfig.json index b01f50a5e..563bf8644 100644 --- a/packages/turf-nearest-neighbor-analysis/tsconfig.json +++ b/packages/turf-nearest-neighbor-analysis/tsconfig.json @@ -1,32 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-area" - }, - { - "path": "../turf-bbox" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-nearest-point" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-nearest-point-on-line/package.json b/packages/turf-nearest-point-on-line/package.json index c904003ae..5a7a87a00 100644 --- a/packages/turf-nearest-point-on-line/package.json +++ b/packages/turf-nearest-point-on-line/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-nearest-point-on-line/tsconfig.json b/packages/turf-nearest-point-on-line/tsconfig.json index 734775115..563bf8644 100644 --- a/packages/turf-nearest-point-on-line/tsconfig.json +++ b/packages/turf-nearest-point-on-line/tsconfig.json @@ -1,26 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-along" - }, - { - "path": "../turf-length" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-nearest-point-to-line/package.json b/packages/turf-nearest-point-to-line/package.json index 0f48064d3..1f1f0c26c 100644 --- a/packages/turf-nearest-point-to-line/package.json +++ b/packages/turf-nearest-point-to-line/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-nearest-point-to-line/tsconfig.json b/packages/turf-nearest-point-to-line/tsconfig.json index dbc736126..563bf8644 100644 --- a/packages/turf-nearest-point-to-line/tsconfig.json +++ b/packages/turf-nearest-point-to-line/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-point-to-line-distance" - }, - { - "path": "../turf-circle" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-nearest-point/package.json b/packages/turf-nearest-point/package.json index af08630f0..ddb3745df 100644 --- a/packages/turf-nearest-point/package.json +++ b/packages/turf-nearest-point/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-nearest-point/tsconfig.json b/packages/turf-nearest-point/tsconfig.json index c0aef436f..563bf8644 100644 --- a/packages/turf-nearest-point/tsconfig.json +++ b/packages/turf-nearest-point/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-planepoint/package.json b/packages/turf-planepoint/package.json index f9a70a4ab..6b9a99c96 100644 --- a/packages/turf-planepoint/package.json +++ b/packages/turf-planepoint/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-planepoint/tsconfig.json b/packages/turf-planepoint/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-planepoint/tsconfig.json +++ b/packages/turf-planepoint/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-point-grid/package.json b/packages/turf-point-grid/package.json index db9f8889d..7600b77c3 100644 --- a/packages/turf-point-grid/package.json +++ b/packages/turf-point-grid/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-point-grid/tsconfig.json b/packages/turf-point-grid/tsconfig.json index a90b35b46..563bf8644 100644 --- a/packages/turf-point-grid/tsconfig.json +++ b/packages/turf-point-grid/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-within" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-point-on-feature/package.json b/packages/turf-point-on-feature/package.json index 2ad8dc394..fea654c83 100644 --- a/packages/turf-point-on-feature/package.json +++ b/packages/turf-point-on-feature/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-point-on-feature/tsconfig.json b/packages/turf-point-on-feature/tsconfig.json index d27587af8..563bf8644 100644 --- a/packages/turf-point-on-feature/tsconfig.json +++ b/packages/turf-point-on-feature/tsconfig.json @@ -1,26 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-center" - }, - { - "path": "../turf-explode" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-nearest-point" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-point-to-line-distance/package.json b/packages/turf-point-to-line-distance/package.json index d8e8684de..0679a1b9f 100644 --- a/packages/turf-point-to-line-distance/package.json +++ b/packages/turf-point-to-line-distance/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-point-to-line-distance/tsconfig.json b/packages/turf-point-to-line-distance/tsconfig.json index 60b046618..563bf8644 100644 --- a/packages/turf-point-to-line-distance/tsconfig.json +++ b/packages/turf-point-to-line-distance/tsconfig.json @@ -1,35 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bearing" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-nearest-point-on-line" - }, - { - "path": "../turf-projection" - }, - { - "path": "../turf-rhumb-bearing" - }, - { - "path": "../turf-rhumb-distance" - }, - { - "path": "../turf-circle" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-point-to-polygon-distance/package.json b/packages/turf-point-to-polygon-distance/package.json index 45a7ba7e3..fe26711ce 100644 --- a/packages/turf-point-to-polygon-distance/package.json +++ b/packages/turf-point-to-polygon-distance/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-point-to-polygon-distance/tsconfig.json b/packages/turf-point-to-polygon-distance/tsconfig.json index 52b5a37fe..563bf8644 100644 --- a/packages/turf-point-to-polygon-distance/tsconfig.json +++ b/packages/turf-point-to-polygon-distance/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-point-to-line-distance" - }, - { - "path": "../turf-polygon-to-line" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-points-within-polygon/package.json b/packages/turf-points-within-polygon/package.json index 7b35597d5..bdeba1bbf 100644 --- a/packages/turf-points-within-polygon/package.json +++ b/packages/turf-points-within-polygon/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-points-within-polygon/tsconfig.json b/packages/turf-points-within-polygon/tsconfig.json index 32b84cfde..563bf8644 100644 --- a/packages/turf-points-within-polygon/tsconfig.json +++ b/packages/turf-points-within-polygon/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-polygon-smooth/package.json b/packages/turf-polygon-smooth/package.json index f67a0738f..431b79616 100644 --- a/packages/turf-polygon-smooth/package.json +++ b/packages/turf-polygon-smooth/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-polygon-smooth/tsconfig.json b/packages/turf-polygon-smooth/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-polygon-smooth/tsconfig.json +++ b/packages/turf-polygon-smooth/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-polygon-tangents/package.json b/packages/turf-polygon-tangents/package.json index f8341eae1..098a00723 100644 --- a/packages/turf-polygon-tangents/package.json +++ b/packages/turf-polygon-tangents/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-polygon-tangents/tsconfig.json b/packages/turf-polygon-tangents/tsconfig.json index e2dc8bbce..563bf8644 100644 --- a/packages/turf-polygon-tangents/tsconfig.json +++ b/packages/turf-polygon-tangents/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-boolean-within" - }, - { - "path": "../turf-explode" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-nearest-point" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-polygon-to-line/package.json b/packages/turf-polygon-to-line/package.json index f6f37c2a3..fb2a5c90b 100644 --- a/packages/turf-polygon-to-line/package.json +++ b/packages/turf-polygon-to-line/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-polygon-to-line/tsconfig.json b/packages/turf-polygon-to-line/tsconfig.json index 4bd2acf77..563bf8644 100644 --- a/packages/turf-polygon-to-line/tsconfig.json +++ b/packages/turf-polygon-to-line/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-polygonize/package.json b/packages/turf-polygonize/package.json index f803ad52e..98a683620 100644 --- a/packages/turf-polygonize/package.json +++ b/packages/turf-polygonize/package.json @@ -37,12 +37,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-polygonize/tsconfig.json b/packages/turf-polygonize/tsconfig.json index c5d317d7d..563bf8644 100644 --- a/packages/turf-polygonize/tsconfig.json +++ b/packages/turf-polygonize/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-envelope" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-projection/package.json b/packages/turf-projection/package.json index 8dd22a048..95a1d5fa6 100644 --- a/packages/turf-projection/package.json +++ b/packages/turf-projection/package.json @@ -44,12 +44,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-projection/tsconfig.json b/packages/turf-projection/tsconfig.json index 2bef43dc0..563bf8644 100644 --- a/packages/turf-projection/tsconfig.json +++ b/packages/turf-projection/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-quadrat-analysis/package.json b/packages/turf-quadrat-analysis/package.json index 830a66344..983dc5d7b 100644 --- a/packages/turf-quadrat-analysis/package.json +++ b/packages/turf-quadrat-analysis/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-quadrat-analysis/tsconfig.json b/packages/turf-quadrat-analysis/tsconfig.json index 1981eccac..563bf8644 100644 --- a/packages/turf-quadrat-analysis/tsconfig.json +++ b/packages/turf-quadrat-analysis/tsconfig.json @@ -1,35 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-area" - }, - { - "path": "../turf-bbox" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-point-grid" - }, - { - "path": "../turf-random" - }, - { - "path": "../turf-square-grid" - }, - { - "path": "../turf-nearest-neighbor-analysis" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-random/package.json b/packages/turf-random/package.json index c5162a70c..93e18e4d9 100644 --- a/packages/turf-random/package.json +++ b/packages/turf-random/package.json @@ -30,12 +30,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-random/tsconfig.json b/packages/turf-random/tsconfig.json index 95b7e9f68..563bf8644 100644 --- a/packages/turf-random/tsconfig.json +++ b/packages/turf-random/tsconfig.json @@ -1,8 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-rectangle-grid/package.json b/packages/turf-rectangle-grid/package.json index bdeab5c6c..29ca121cd 100644 --- a/packages/turf-rectangle-grid/package.json +++ b/packages/turf-rectangle-grid/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-rectangle-grid/tsconfig.json b/packages/turf-rectangle-grid/tsconfig.json index f38494293..563bf8644 100644 --- a/packages/turf-rectangle-grid/tsconfig.json +++ b/packages/turf-rectangle-grid/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-intersects" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-rewind/package.json b/packages/turf-rewind/package.json index b67b66e08..afc969a01 100644 --- a/packages/turf-rewind/package.json +++ b/packages/turf-rewind/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-rewind/tsconfig.json b/packages/turf-rewind/tsconfig.json index 5c8ae4d8d..563bf8644 100644 --- a/packages/turf-rewind/tsconfig.json +++ b/packages/turf-rewind/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-clockwise" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 89ec0227e..57c30e52a 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-rhumb-bearing/tsconfig.json b/packages/turf-rhumb-bearing/tsconfig.json index 104e71c68..563bf8644 100644 --- a/packages/turf-rhumb-bearing/tsconfig.json +++ b/packages/turf-rhumb-bearing/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-destination" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index abacab00f..7326583b1 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -42,12 +42,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-rhumb-destination/tsconfig.json b/packages/turf-rhumb-destination/tsconfig.json index 34cff16be..563bf8644 100644 --- a/packages/turf-rhumb-destination/tsconfig.json +++ b/packages/turf-rhumb-destination/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index c3631bdea..2def5753d 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -40,12 +40,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-rhumb-distance/tsconfig.json b/packages/turf-rhumb-distance/tsconfig.json index 3cc32f019..563bf8644 100644 --- a/packages/turf-rhumb-distance/tsconfig.json +++ b/packages/turf-rhumb-distance/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-distance" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-sample/package.json b/packages/turf-sample/package.json index b32bbc881..5e1e1fce6 100644 --- a/packages/turf-sample/package.json +++ b/packages/turf-sample/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-sample/tsconfig.json b/packages/turf-sample/tsconfig.json index 95b7e9f68..563bf8644 100644 --- a/packages/turf-sample/tsconfig.json +++ b/packages/turf-sample/tsconfig.json @@ -1,8 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-sector/package.json b/packages/turf-sector/package.json index efc64b833..f8f590c16 100644 --- a/packages/turf-sector/package.json +++ b/packages/turf-sector/package.json @@ -30,12 +30,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-sector/tsconfig.json b/packages/turf-sector/tsconfig.json index 7b413c279..563bf8644 100644 --- a/packages/turf-sector/tsconfig.json +++ b/packages/turf-sector/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-circle" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-line-arc" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-shortest-path/package.json b/packages/turf-shortest-path/package.json index 0ce39d03e..bfea82ce4 100644 --- a/packages/turf-shortest-path/package.json +++ b/packages/turf-shortest-path/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-shortest-path/tsconfig.json b/packages/turf-shortest-path/tsconfig.json index 6ac7c0441..563bf8644 100644 --- a/packages/turf-shortest-path/tsconfig.json +++ b/packages/turf-shortest-path/tsconfig.json @@ -1,35 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-clean-coords" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-transform-scale" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-simplify/package.json b/packages/turf-simplify/package.json index eb8e7ff07..6416ef7d5 100644 --- a/packages/turf-simplify/package.json +++ b/packages/turf-simplify/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-simplify/tsconfig.json b/packages/turf-simplify/tsconfig.json index f211f837d..563bf8644 100644 --- a/packages/turf-simplify/tsconfig.json +++ b/packages/turf-simplify/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clean-coords" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-square-grid/package.json b/packages/turf-square-grid/package.json index f81599f80..2fc5a6b90 100644 --- a/packages/turf-square-grid/package.json +++ b/packages/turf-square-grid/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-square-grid/tsconfig.json b/packages/turf-square-grid/tsconfig.json index dcc73a905..563bf8644 100644 --- a/packages/turf-square-grid/tsconfig.json +++ b/packages/turf-square-grid/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-rectangle-grid" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-square/package.json b/packages/turf-square/package.json index 1804292f9..0f0908812 100644 --- a/packages/turf-square/package.json +++ b/packages/turf-square/package.json @@ -32,12 +32,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-square/tsconfig.json b/packages/turf-square/tsconfig.json index b1642914f..563bf8644 100644 --- a/packages/turf-square/tsconfig.json +++ b/packages/turf-square/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-standard-deviational-ellipse/package.json b/packages/turf-standard-deviational-ellipse/package.json index 9e7174eac..f720b85dc 100644 --- a/packages/turf-standard-deviational-ellipse/package.json +++ b/packages/turf-standard-deviational-ellipse/package.json @@ -35,12 +35,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-standard-deviational-ellipse/tsconfig.json b/packages/turf-standard-deviational-ellipse/tsconfig.json index 84c4bc9fd..563bf8644 100644 --- a/packages/turf-standard-deviational-ellipse/tsconfig.json +++ b/packages/turf-standard-deviational-ellipse/tsconfig.json @@ -1,29 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-center-mean" - }, - { - "path": "../turf-ellipse" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-points-within-polygon" - }, - { - "path": "../turf-random" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-tag/package.json b/packages/turf-tag/package.json index 5cf9af222..07b5c8fa7 100644 --- a/packages/turf-tag/package.json +++ b/packages/turf-tag/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-tag/tsconfig.json b/packages/turf-tag/tsconfig.json index 8e505e7e8..563bf8644 100644 --- a/packages/turf-tag/tsconfig.json +++ b/packages/turf-tag/tsconfig.json @@ -1,17 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-tesselate/package.json b/packages/turf-tesselate/package.json index f411d61d5..a790a6d5a 100644 --- a/packages/turf-tesselate/package.json +++ b/packages/turf-tesselate/package.json @@ -41,12 +41,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-tesselate/tsconfig.json b/packages/turf-tesselate/tsconfig.json index 95b7e9f68..563bf8644 100644 --- a/packages/turf-tesselate/tsconfig.json +++ b/packages/turf-tesselate/tsconfig.json @@ -1,8 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-tin/package.json b/packages/turf-tin/package.json index e652ccd96..1a8127500 100644 --- a/packages/turf-tin/package.json +++ b/packages/turf-tin/package.json @@ -31,12 +31,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-tin/tsconfig.json b/packages/turf-tin/tsconfig.json index 95b7e9f68..563bf8644 100644 --- a/packages/turf-tin/tsconfig.json +++ b/packages/turf-tin/tsconfig.json @@ -1,8 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-transform-rotate/package.json b/packages/turf-transform-rotate/package.json index db3e8d9fe..010426b78 100644 --- a/packages/turf-transform-rotate/package.json +++ b/packages/turf-transform-rotate/package.json @@ -36,12 +36,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-transform-rotate/tsconfig.json b/packages/turf-transform-rotate/tsconfig.json index d791cc5c7..563bf8644 100644 --- a/packages/turf-transform-rotate/tsconfig.json +++ b/packages/turf-transform-rotate/tsconfig.json @@ -1,32 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-centroid" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-rhumb-bearing" - }, - { - "path": "../turf-rhumb-destination" - }, - { - "path": "../turf-rhumb-distance" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-transform-scale/package.json b/packages/turf-transform-scale/package.json index ac07521e8..008d9e02b 100644 --- a/packages/turf-transform-scale/package.json +++ b/packages/turf-transform-scale/package.json @@ -40,12 +40,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-transform-scale/tsconfig.json b/packages/turf-transform-scale/tsconfig.json index 21d7d0bd5..563bf8644 100644 --- a/packages/turf-transform-scale/tsconfig.json +++ b/packages/turf-transform-scale/tsconfig.json @@ -1,44 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-bbox" - }, - { - "path": "../turf-center" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-rhumb-bearing" - }, - { - "path": "../turf-rhumb-destination" - }, - { - "path": "../turf-rhumb-distance" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-hex-grid" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-transform-translate/package.json b/packages/turf-transform-translate/package.json index 571822063..0abbb3b5b 100644 --- a/packages/turf-transform-translate/package.json +++ b/packages/turf-transform-translate/package.json @@ -38,12 +38,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-transform-translate/tsconfig.json b/packages/turf-transform-translate/tsconfig.json index 856742b20..563bf8644 100644 --- a/packages/turf-transform-translate/tsconfig.json +++ b/packages/turf-transform-translate/tsconfig.json @@ -1,23 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-rhumb-destination" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-triangle-grid/package.json b/packages/turf-triangle-grid/package.json index ea24e0544..729b2c703 100644 --- a/packages/turf-triangle-grid/package.json +++ b/packages/turf-triangle-grid/package.json @@ -34,12 +34,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-triangle-grid/tsconfig.json b/packages/turf-triangle-grid/tsconfig.json index 9198beb65..563bf8644 100644 --- a/packages/turf-triangle-grid/tsconfig.json +++ b/packages/turf-triangle-grid/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-distance" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-intersect" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-truncate" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-truncate/package.json b/packages/turf-truncate/package.json index fd7560901..667c60fcd 100644 --- a/packages/turf-truncate/package.json +++ b/packages/turf-truncate/package.json @@ -35,12 +35,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-truncate/tsconfig.json b/packages/turf-truncate/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-truncate/tsconfig.json +++ b/packages/turf-truncate/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-union/package.json b/packages/turf-union/package.json index 1cf580798..537007258 100644 --- a/packages/turf-union/package.json +++ b/packages/turf-union/package.json @@ -30,12 +30,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-union/tsconfig.json b/packages/turf-union/tsconfig.json index 4140645f7..563bf8644 100644 --- a/packages/turf-union/tsconfig.json +++ b/packages/turf-union/tsconfig.json @@ -1,11 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-unkink-polygon/package.json b/packages/turf-unkink-polygon/package.json index 3dc7c4473..f4ea6a621 100644 --- a/packages/turf-unkink-polygon/package.json +++ b/packages/turf-unkink-polygon/package.json @@ -33,12 +33,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --ignoreConfig --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" diff --git a/packages/turf-unkink-polygon/tsconfig.json b/packages/turf-unkink-polygon/tsconfig.json index e6d7172cb..563bf8644 100644 --- a/packages/turf-unkink-polygon/tsconfig.json +++ b/packages/turf-unkink-polygon/tsconfig.json @@ -1,20 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-area" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-kinks" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf-voronoi/package.json b/packages/turf-voronoi/package.json index 307767f60..14c3f16e9 100644 --- a/packages/turf-voronoi/package.json +++ b/packages/turf-voronoi/package.json @@ -39,12 +39,11 @@ }, "sideEffects": false, "files": [ - "dist", - "!**/*.tsbuildinfo" + "dist" ], "scripts": { "bench": "tsx bench.ts", - "build": "tsc --build", + "build": "tsc", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, diff --git a/packages/turf-voronoi/tsconfig.json b/packages/turf-voronoi/tsconfig.json index fa014e6e1..563bf8644 100644 --- a/packages/turf-voronoi/tsconfig.json +++ b/packages/turf-voronoi/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-clone" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-invariant" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/packages/turf/package.json b/packages/turf/package.json index ea10de627..5486e6030 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -55,16 +55,14 @@ "sideEffects": false, "files": [ "dist", - "turf.min.js", - "!**/*.tsbuildinfo" + "turf.min.js" ], "scripts": { - "build": "tsc --build && esbuild index.ts --bundle --minify --target=chrome109,edge147,firefox140,ios18.5,opera127,safari26.3 --outfile=turf.min.js", + "build": "tsc && esbuild index.ts --bundle --minify --target=chrome109,edge147,firefox140,ios18.5,opera127,safari26.3 --outfile=turf.min.js", "last-checks": "pnpm run last-checks:testjs && pnpm run last-checks:example", "last-checks:example": "tsx test.example.js", "last-checks:testjs": "tsx test.ts", - "test": "echo '@turf/turf tests run in the last-checks step'", - "watch": "tsc --build --watch" + "test": "echo '@turf/turf tests run in the last-checks step'" }, "devDependencies": { "@types/tape": "catalog:", diff --git a/packages/turf/test.ts b/packages/turf/test.ts index 82ab9f109..ac09db797 100644 --- a/packages/turf/test.ts +++ b/packages/turf/test.ts @@ -108,7 +108,6 @@ test("turf -- check if files exists", (t) => { if (file === "main.js") continue; if (file === "main.es.js") continue; if (file === "index.d.ts") continue; - if (file.startsWith("!")) continue; if (!fs.existsSync(path.join(dir, file))) t.fail(`${name} missing file ${file} in "files"`); } diff --git a/packages/turf/tsconfig.json b/packages/turf/tsconfig.json index 63947a428..563bf8644 100644 --- a/packages/turf/tsconfig.json +++ b/packages/turf/tsconfig.json @@ -1,347 +1,3 @@ { - "extends": "../../tsconfig.shared.json", - "references": [ - { - "path": "../turf-along" - }, - { - "path": "../turf-angle" - }, - { - "path": "../turf-area" - }, - { - "path": "../turf-bbox" - }, - { - "path": "../turf-bbox-clip" - }, - { - "path": "../turf-bbox-polygon" - }, - { - "path": "../turf-bearing" - }, - { - "path": "../turf-bezier-spline" - }, - { - "path": "../turf-boolean-clockwise" - }, - { - "path": "../turf-boolean-concave" - }, - { - "path": "../turf-boolean-contains" - }, - { - "path": "../turf-boolean-crosses" - }, - { - "path": "../turf-boolean-disjoint" - }, - { - "path": "../turf-boolean-equal" - }, - { - "path": "../turf-boolean-intersects" - }, - { - "path": "../turf-boolean-overlap" - }, - { - "path": "../turf-boolean-parallel" - }, - { - "path": "../turf-boolean-point-in-polygon" - }, - { - "path": "../turf-boolean-point-on-line" - }, - { - "path": "../turf-boolean-touches" - }, - { - "path": "../turf-boolean-valid" - }, - { - "path": "../turf-boolean-within" - }, - { - "path": "../turf-buffer" - }, - { - "path": "../turf-center" - }, - { - "path": "../turf-center-mean" - }, - { - "path": "../turf-center-median" - }, - { - "path": "../turf-center-of-mass" - }, - { - "path": "../turf-centroid" - }, - { - "path": "../turf-circle" - }, - { - "path": "../turf-clean-coords" - }, - { - "path": "../turf-clone" - }, - { - "path": "../turf-clusters" - }, - { - "path": "../turf-clusters-dbscan" - }, - { - "path": "../turf-clusters-kmeans" - }, - { - "path": "../turf-collect" - }, - { - "path": "../turf-combine" - }, - { - "path": "../turf-concave" - }, - { - "path": "../turf-convex" - }, - { - "path": "../turf-destination" - }, - { - "path": "../turf-difference" - }, - { - "path": "../turf-directional-mean" - }, - { - "path": "../turf-dissolve" - }, - { - "path": "../turf-distance" - }, - { - "path": "../turf-distance-weight" - }, - { - "path": "../turf-ellipse" - }, - { - "path": "../turf-envelope" - }, - { - "path": "../turf-explode" - }, - { - "path": "../turf-flatten" - }, - { - "path": "../turf-flip" - }, - { - "path": "../turf-geojson-rbush" - }, - { - "path": "../turf-great-circle" - }, - { - "path": "../turf-helpers" - }, - { - "path": "../turf-hex-grid" - }, - { - "path": "../turf-interpolate" - }, - { - "path": "../turf-intersect" - }, - { - "path": "../turf-invariant" - }, - { - "path": "../turf-isobands" - }, - { - "path": "../turf-isolines" - }, - { - "path": "../turf-kinks" - }, - { - "path": "../turf-length" - }, - { - "path": "../turf-line-arc" - }, - { - "path": "../turf-line-chunk" - }, - { - "path": "../turf-line-intersect" - }, - { - "path": "../turf-line-offset" - }, - { - "path": "../turf-line-overlap" - }, - { - "path": "../turf-line-segment" - }, - { - "path": "../turf-line-slice" - }, - { - "path": "../turf-line-slice-along" - }, - { - "path": "../turf-line-split" - }, - { - "path": "../turf-line-to-polygon" - }, - { - "path": "../turf-mask" - }, - { - "path": "../turf-meta" - }, - { - "path": "../turf-midpoint" - }, - { - "path": "../turf-moran-index" - }, - { - "path": "../turf-nearest-neighbor-analysis" - }, - { - "path": "../turf-nearest-point" - }, - { - "path": "../turf-nearest-point-on-line" - }, - { - "path": "../turf-nearest-point-to-line" - }, - { - "path": "../turf-planepoint" - }, - { - "path": "../turf-point-grid" - }, - { - "path": "../turf-point-on-feature" - }, - { - "path": "../turf-point-to-line-distance" - }, - { - "path": "../turf-point-to-polygon-distance" - }, - { - "path": "../turf-points-within-polygon" - }, - { - "path": "../turf-polygon-smooth" - }, - { - "path": "../turf-polygon-tangents" - }, - { - "path": "../turf-polygon-to-line" - }, - { - "path": "../turf-polygonize" - }, - { - "path": "../turf-projection" - }, - { - "path": "../turf-quadrat-analysis" - }, - { - "path": "../turf-random" - }, - { - "path": "../turf-rectangle-grid" - }, - { - "path": "../turf-rewind" - }, - { - "path": "../turf-rhumb-bearing" - }, - { - "path": "../turf-rhumb-destination" - }, - { - "path": "../turf-rhumb-distance" - }, - { - "path": "../turf-sample" - }, - { - "path": "../turf-sector" - }, - { - "path": "../turf-shortest-path" - }, - { - "path": "../turf-simplify" - }, - { - "path": "../turf-square" - }, - { - "path": "../turf-square-grid" - }, - { - "path": "../turf-standard-deviational-ellipse" - }, - { - "path": "../turf-tag" - }, - { - "path": "../turf-tesselate" - }, - { - "path": "../turf-tin" - }, - { - "path": "../turf-transform-rotate" - }, - { - "path": "../turf-transform-scale" - }, - { - "path": "../turf-transform-translate" - }, - { - "path": "../turf-triangle-grid" - }, - { - "path": "../turf-truncate" - }, - { - "path": "../turf-union" - }, - { - "path": "../turf-unkink-polygon" - }, - { - "path": "../turf-voronoi" - } - ] + "extends": "../../tsconfig.shared.json" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 497c9bf9b..8efb18fd8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -319,6 +319,9 @@ importers: progress: specifier: ^2.0.3 version: 2.0.3 + turbo: + specifier: ^2.10.9 + version: 2.10.9 typescript: specifier: 'catalog:' version: 6.0.3 @@ -6236,6 +6239,36 @@ packages: resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} + '@turbo/darwin-64@2.10.9': + resolution: {integrity: sha512-Jh+pTGXLNz8+1tkUU13TI/f+ZOI+OvC4YbHi1H+57iSpLt5DR3xgptd+4sA07RdjdRR/RX/01uQQu2OkbzIefA==} + cpu: [x64] + os: [darwin] + + '@turbo/darwin-arm64@2.10.9': + resolution: {integrity: sha512-aqtpPkiIC4IUas8Vv27oJ3aDfTuP1d5wofd01dZ7gfhHRrIKuFdqQb4imvNnVFahcOViF9Jh8Oi7feDoz8/ciA==} + cpu: [arm64] + os: [darwin] + + '@turbo/linux-64@2.10.9': + resolution: {integrity: sha512-XyAneUBsS5uNOUOjBSs81zyigMVwwhVUd3u7F2JFMKGQk6F7eNAiOEBASJ+aHLldjYsOEjhfW+5gWIqwziyFFw==} + cpu: [x64] + os: [android, linux] + + '@turbo/linux-arm64@2.10.9': + resolution: {integrity: sha512-5jAcldLnkuWIjujGhCn2MGIeUwW8IVNOq9Sce4EEzzgLcxmhTasbV0RiW6ZkaRdOjmOCGzeNXPLkDJEOIucOLw==} + cpu: [arm64] + os: [android, linux] + + '@turbo/windows-64@2.10.9': + resolution: {integrity: sha512-u1xGpGlefzuhBedbt/VR2nWdftfFVZwPeDg9e5uZl68sV1fL3HNYTNr5VyHkzgtPK2VTYg1x4OKZuGrh1Gvhtg==} + cpu: [x64] + os: [win32] + + '@turbo/windows-arm64@2.10.9': + resolution: {integrity: sha512-W2Ub165Qv0iMFljbYKxxbZN+2dVSngnzEjQNEFXtnz5oJVx9XSypmNmUvMtuYMeZ3kdVC1zI7yd/rtuX+SDnbg==} + cpu: [arm64] + os: [win32] + '@turf/jsts@2.7.1': resolution: {integrity: sha512-+nwOKme/aUprsxnLSfr2LylV6eL6T1Tuln+4Hl92uwZ8FrmjDRCH5Bi1LJNVfWCiYgk8+5K+t2zDphWNTsIFDA==} @@ -8434,6 +8467,10 @@ packages: engines: {node: '>=18.0.0'} hasBin: true + turbo@2.10.9: + resolution: {integrity: sha512-Yl9+ukxH+UmPtKidpDkjn82tvPoEvFNb9UACd9vUomN1Ft0cwl3rx0P8yC1D93W9EOsWRMjllvIDG8y25sFOog==} + hasBin: true + type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -9060,6 +9097,24 @@ snapshots: '@sindresorhus/merge-streams@2.3.0': {} + '@turbo/darwin-64@2.10.9': + optional: true + + '@turbo/darwin-arm64@2.10.9': + optional: true + + '@turbo/linux-64@2.10.9': + optional: true + + '@turbo/linux-arm64@2.10.9': + optional: true + + '@turbo/windows-64@2.10.9': + optional: true + + '@turbo/windows-arm64@2.10.9': + optional: true + '@turf/jsts@2.7.1': dependencies: jsts: 2.7.1 @@ -11763,6 +11818,15 @@ snapshots: optionalDependencies: fsevents: 2.3.3 + turbo@2.10.9: + optionalDependencies: + '@turbo/darwin-64': 2.10.9 + '@turbo/darwin-arm64': 2.10.9 + '@turbo/linux-64': 2.10.9 + '@turbo/linux-arm64': 2.10.9 + '@turbo/windows-64': 2.10.9 + '@turbo/windows-arm64': 2.10.9 + type-check@0.4.0: dependencies: prelude-ls: 1.2.1 diff --git a/tsconfig.shared.json b/tsconfig.shared.json index 0e6247596..6ef6675a6 100644 --- a/tsconfig.shared.json +++ b/tsconfig.shared.json @@ -2,7 +2,6 @@ "include": ["${configDir}/index.ts", "${configDir}/lib/**/*.ts"], "compilerOptions": { "outDir": "${configDir}/dist", - "composite": true, // Lets us use tsc in --build mode which will automatically build transitive dependencies and handles caching "target": "es2022", // This aligns with node@22 and should also be broadly compatible with browsers "module": "node18", // This is a relatively strict setting, which should work in node@22 and bundlers "declaration": true, diff --git a/turbo.json b/turbo.json new file mode 100644 index 000000000..af516b3cc --- /dev/null +++ b/turbo.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://turbo.build/schema.json", + "cacheMaxSize": "100MB", + "concurrency": "100%", + "futureFlags": { + "githubActionsRemoteBaseRefFallback": true + }, + "tasks": { + "build": { + "dependsOn": ["^build"], + "inputs": [ + "index.ts", + "lib/**", + "tsconfig.json", + "$TURBO_ROOT$/tsconfig.shared.json" + ], + "outputs": ["dist/**", "turf.min.js"] + }, + "test": { + "dependsOn": ["build"], + "inputs": ["test.ts", "test/**", "types.ts", "types.tst.ts"], + "outputs": ["test/out/**"], + "env": ["REGEN"] + }, + "bench": { + "dependsOn": ["build"], + "inputs": ["bench.ts"], + "cache": false + } + } +}