turf/tsconfig.shared.json
mfedderly 3249a8b243
Enable typescript strict mode (#2126)
* 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>
2021-06-23 10:20:19 -04:00

11 lines
183 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node"
}
}