UNPKG
request-pre
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
process format data before request send
request-pre
/
tsconfig.json
16 lines
•
267 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"lib"
:
[
"ES7"
]
,
"declaration"
:
true
,
"declarationDir"
:
"dist/types"
,
"outDir"
:
"dist/lib"
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"include"
:
[
"src"
]
}