UNPKG
react-keycon
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.0
React Key Controller Hooks Component
github.com/daybrush/keycon
daybrush/keycon
react-keycon
/
tsconfig.declaration.json
16 lines
(15 loc)
•
345 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"./tsconfig"
,
"compilerOptions"
:
{
"allowJs"
:
false
,
"noEmit"
:
false
,
"isolatedModules"
:
false
,
"removeComments"
:
true
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"declarationDir"
:
"declaration"
}
,
"include"
:
[
"./src/react-keycon/**/*"
]
}