UNPKG
@halsp/http
Version:
alpha (2.0.0-alpha.4)
latest (2.4.5)
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
支持 Halsp HTTP 请求
halsp.org
halsp/core
@halsp/http
/
test
/
tsconfig.json
14 lines
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"declaration"
:
true
,
"target"
:
"es2015"
,
"strict"
:
true
,
"outDir"
:
"dist"
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"noImplicitAny"
:
false
,
"experimentalDecorators"
:
true
,
"emitDecoratorMetadata"
:
true
}
}