UNPKG
react-better-slot
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
用React实现的Vue中Slot的功能
github.com/ghostjzf/react-better-slot
ghostjzf/react-better-slot
react-better-slot
/
tsconfig.json
12 lines
(11 loc)
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"ESNext"
,
"lib"
:
[
"esnext"
,
"dom"
]
,
"jsx"
:
"react"
,
"declaration"
:
true
,
"allowSyntheticDefaultImports"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"es"
,
"lib"
]
}