mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +00:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES5",
|
|
"noImplicitAny": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"packages/*/node_modules"
|
|
],
|
|
"filesGlob": [
|
|
"types.ts"
|
|
]
|
|
} |