UNPKG
binding-promise
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
A low-level binding for Promise objects.
lshqqytiger/binding-promise
binding-promise
/
tsconfig.json
13 lines
(12 loc)
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"@tsconfig/node22/tsconfig.json"
,
"compilerOptions"
:
{
"target"
:
"ES2022"
,
"lib"
:
[
"ES2022"
]
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./dist"
}
,
"include"
:
[
"src/**/*.ts"
]
}