blow-data-service
Version:
Observable data service for Blow.
21 lines (20 loc) • 378 B
JSON
{
"compilerOptions": {
"declaration": true,
"removeComments": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,
"moduleResolution": "node",
"module": "commonjs",
"target": "es6",
"outDir": "lib",
"rootDir": "src"
},
"exclude": [
"node_modules",
"lib",
"test",
"example"
]
}