UNPKG
@rcp/use.forceupdate
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.1
forceUpdate like legacy react
github.com/imcuttle/rcp
imcuttle/rcp
@rcp/use.forceupdate
/
tsconfig.json
11 lines
(10 loc)
•
219 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"."
,
"jsx"
:
"react"
,
"sourceMap"
:
true
}
,
"include"
:
[
"index.ts"
,
"index.tsx"
,
"**/*.ts"
,
"**/*.tsx"
]
,
"exclude"
:
[
"__tests__"
]
}