UNPKG
wxapp-http
Version:
latest (3.1.0)
3.1.0
3.0.0
2.0.0
1.0.0
0.2.1
0.2.0
0.1.1
0.1.0
Http module for WeChat APP
github.com/axetroy/wxapp-http
axetroy/wxapp-http
wxapp-http
/
tsconfig.json
18 lines
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"lib"
:
[
"es6"
,
"dom"
]
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"node_modules"
]
}