UNPKG
@tommostools/use-context-selector
Version:
latest (0.3.0)
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.1.7
0.1.6
0.1.4
0.1.3
Hook for simple context slicing in React
github.com/TommosTools/TommosTools
TommosTools/TommosTools
@tommostools/use-context-selector
/
tsconfig.json
16 lines
(15 loc)
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es2015"
,
"lib"
:
[
"es2017"
,
"dom"
]
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"declaration"
:
true
,
"jsx"
:
"react-jsx"
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src/**/*"
]
}