range-ts
Version:
RangeMap implementation based on Guava
18 lines (17 loc) • 360 B
JSON
{
"compilerOptions": {
"incremental": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"strict": true,
"noImplicitReturns": true,
"moduleResolution": "node",
"stripInternal": false,
"noEmit": true,
"lib": ["esnext", "dom"],
"target": "esnext",
"baseUrl": ".",
"paths": {}
}
}