mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +00:00
* bezier-spline * clusters-dbscan and clusters-kmeans, but they both need new DefinitelyTyped updates * kind of speculative fixes for polygonize * Enforce strict mode * turf-clusters-kmeans by way of skmeans types * types Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|