DefinitelyTyped/types/kdbush/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

24 lines
532 B
JSON

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