mirror of
https://github.com/Turfjs/turf.git
synced 2026-03-26 16:48:43 +00:00
* Standardize on a single tsconfig * Standardize tsconfig output - Move output of es5 code into dist/js (leaves room for dist/es for modules) - Update references from ./index over to ./dist/js/index.js - Seems like this will publish types for several new packages - A few packages needed to be slightly modified to publish correctly to dist - Small fixes to @turf/turf due to the file path changes - Note: not currently using types.ts for testing (next commit) * Re-enable testing using types.ts in packages where that exists * Run packages/turf tests after everything else has built * Enforce tsc before bench * nearest-neighbor-analysis test updates from rowanwins
35 lines
282 B
Plaintext
35 lines
282 B
Plaintext
.rpt2_cache
|
|
packages/*/dist
|
|
main.js
|
|
main.es.js
|
|
main.mjs
|
|
main.min.js
|
|
index.mjs
|
|
*.min.js
|
|
*.es5.js
|
|
.esm-cache
|
|
package-lock.json
|
|
env
|
|
.nyc_output
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
.idea/*
|
|
types.js
|
|
.DS_Store
|
|
types.d.ts
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log*
|
|
|
|
node_modules
|
|
|
|
.vscode
|