DefinitelyTyped/types/geokdbush/tsconfig.json
SangYeob Bono Yu 1c71024f16 [kdbush] update for v3.0.0 (#38913)
[kdbush] update for v3.0.0

update dependent package
2019-10-10 12:48:17 -07:00

28 lines
585 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"paths": {
"kdbush": [
"kdbush/v1"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"geokdbush-tests.ts"
]
}