blow-collection
Version:
Simple in memory collection with Rx / Observable interface.
20 lines (19 loc) • 363 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,
"moduleResolution": "node",
"outDir": "lib",
"rootDir": "src"
},
"exclude": [
"node_modules",
"test",
"lib"
]
}