rx-hot-adapter
Version:
Cycle.js RxJS 4 Hot Stream Adapter
25 lines (24 loc) • 456 B
JSON
{
"compilerOptions": {
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"declaration": true,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"module": "commonjs",
"target": "ES5",
"outDir": "lib/"
},
"formatCodeOptions": {
"indentSize": 2,
"tabSize": 2
},
"files": [
"typings/index.d.ts",
"src/index.ts"
],
"exclude": [
"node_modules"
]
}