DefinitelyTyped/types/kdbush/tsconfig.json
Denis e4e4d4223f Publish kdbush definition (#16107)
* Publish kdbush definition

* Definition changes based on comments
@andy-ms

* Add semi-colon
2017-04-25 10:53:46 -07:00

23 lines
450 B
JSON

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