@sakitam-gis/kriging
Version:
kriging.js is a Javascript library providing spatial prediction and mapping capabilities via the ordinary kriging algorithm.
45 lines (44 loc) • 851 B
JSON
{
"compilerOptions": {
"paths": {
"*": [
"types/*"
]
},
"baseUrl": ".",
"esModuleInterop": true,
"strictNullChecks": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"outDir": "dist",
"declarationDir": "types",
"module": "ESNext",
"sourceMap": true,
"rootDirs": [
"src"
],
"removeComments": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es5",
"lib": [
"es5",
"es6",
"dom"
]
},
"include": [
"src"
],
"exclude": [
"dist",
"types"
]
}