UNPKG
@cycle/html
Version:
latest (3.4.0)
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.0
A driver for HTML strings based on Snabbdom and the DOM driver
cycle.js.org
cyclejs/cyclejs
@cycle/html
/
tsconfig.json
17 lines
(16 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"../tsconfig.common.json"
,
"compilerOptions"
:
{
"lib"
:
[
"dom"
,
"es5"
,
"scripthost"
,
"es2015.collection"
,
"es2015.promise"
,
"es2015.iterable"
]
}
,
"files"
:
[
"src/index.ts"
]
}