chen-elasticsearch
Version:
ElasticSearch Provider for Chen Framework
22 lines (21 loc) • 416 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"pretty": true,
"declaration": true
},
"files": [
"../chen/typings/index.d.ts",
"typings/index.d.ts"
],
"include": [
"**/*.ts"
]
}