UNPKG
use-promise-hook
Version:
latest (2.4.0)
2.4.0
2.3.2
2.3.1
2.2.1
2.1.1
2.0.1
2.0.0
Simple Promise Hook
github.com/KonkenBonken/usePromise
KonkenBonken/usePromise
use-promise-hook
/
tsconfig.json
15 lines
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"include"
:
[
"src/index.ts"
]
,
"compilerOptions"
:
{
"module"
:
"Node16"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"removeComments"
:
true
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"outDir"
:
"build"
}
}