Files
DefinitelyTyped/tile-reduce/tsconfig.json
Denis 5bb1023941 Implemented Tile-Reduce (#12475)
* Implemented Tile-Reduce

* Update tile-reduce from feedback
- inlined callbacks
- declare types "start" | "map"
2016-11-06 14:58:17 -08:00

19 lines
401 B
JSON

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