We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4269431 commit 07fd896Copy full SHA for 07fd896
packages/turf-geojson-rbush/package.json
@@ -47,7 +47,7 @@
47
"scripts": {
48
"bench": "tsx bench.js",
49
"build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
50
- "docs": "tsx ../../scripts/generate-readmes",
+ "docs": "tsx ../../scripts/generate-readmes.ts",
51
"test": "npm-run-all --npm-path npm test:*",
52
"test:tape": "tsx test.js",
53
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
0 commit comments