rx-elasticsearch
Version:
RxJS Observables for the Elasticsearch client
30 lines • 604 B
JSON
{
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"mapRoot": "",
"module": "commonjs",
"moduleResolution": "node",
//"noEmitOnError": true,
"noImplicitAny": false,
"rootDir": ".",
"sourceMap": true,
"target": "es5",
"inlineSources": true,
"allowJs": true
},
"files": [
"typings.d.ts",
"typings/index.d.ts",
"RxClient.ts",
"src/Scroll.ts",
"test/Scroll.spec.ts",
"src/Search.ts",
"test/Search.spec.ts"
],
"exclude": [
"node_modules",
"typings"
]
}