UNPKG
@typed/is-promise
Version:
latest (1.0.0)
1.0.0
Check if a value is a Promise
github.com/tylors/typed-is-promise
tylors/typed-is-promise
@typed/is-promise
/
tsconfig.json
19 lines
(18 loc)
•
307 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
:
{
"lib"
:
[
"es5"
,
"es2015"
]
,
"moduleResolution"
:
"node"
,
"declaration"
:
true
,
"noImplicitAny"
:
true
,
"sourceMap"
:
true
,
"noUnusedParameters"
:
true
,
"strictNullChecks"
:
true
,
"outDir"
:
".tmp"
}
,
"include"
:
[
"src/**/*.ts"
]
}