@cycle/core
Version:
The Cycle run() function meant to be used with RxJS v4
24 lines (23 loc) • 429 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": [
"src/index.ts"
],
"exclude": [
"node_modules"
]
}