UNPKG
react-view-slot
Version:
latest (1.0.1)
1.0.1
Dynamic view slots for React
react-view-slot
/
tsconfig.test.json
14 lines
(13 loc)
•
195 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"declaration"
:
false
,
"typeRoots"
:
[
"node_modules/@types"
]
,
"jsx"
:
"React"
}
,
"includes"
:
[
"tests"
]
}