UNPKG
@cycle/most-run
Version:
canary (5.0.0-rc.5)
latest (8.4.0)
8.4.0
8.3.0
8.2.0
8.1.0
8.0.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
6.0.0
5.1.0
5.0.0
5.0.0-rc.5
5.0.0-rc.4
5.0.0-rc.3
5.0.0-rc.2
5.0.0-rc.1
4.4.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
The Cycle run() function to be used with most.js
cycle.js.org
cyclejs/cyclejs
@cycle/most-run
/
tsconfig.json
15 lines
(14 loc)
•
200 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"../tsconfig.common.json"
,
"compilerOptions"
:
{
"lib"
:
[
"dom"
,
"es5"
,
"es2015.symbol"
,
"es2015.iterable"
]
}
,
"files"
:
[
"src/index.ts"
]
}