UNPKG
mobx-web-cell
Version:
latest (0.4.0-rc.5)
0.4.0-rc.5
0.4.0-rc.4
0.4.0-rc.2
0.4.0-rc.1
0.4.0-rc.0
0.3.5
MobX adaptor for WebCell v2
github.com/EasyWebApp/WebCell/tree/v2/MobX
mobx-web-cell
/
tsconfig.json
13 lines
(12 loc)
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"esModuleInterop"
:
true
,
"experimentalDecorators"
:
true
,
"jsx"
:
"react"
,
"jsxFactory"
:
"createCell"
,
"jsxFragmentFactory"
:
"Fragment"
,
"lib"
:
[
"ES2021"
,
"DOM"
]
}
,
"include"
:
[
"./source/*"
]
}