UNPKG
@antmjs/rapper
Version:
latest (2.4.2)
2.4.2
2.4.1
2.4.0
2.3.28
2.3.27
2.3.26
2.3.25
2.3.24
2.3.23
2.3.22
2.3.21
2.3.20
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.4
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.21.3
1.21.2
1.21.1
1.21.0
1.20.5
1.20.4
1.20.1
1.20.0
1.19.2
1.19.1
1.19.0
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.9
1.17.7
1.17.6
1.17.5
1.17.4
1.17.2
1.17.1
1.17.0
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.6
1.15.5
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.1
1.14.0
1.13.2
rapper, use http api as a function
github.com/AntmJS/antm
AntmJS/antm
@antmjs/rapper
/
tsconfig.cjs.json
11 lines
(10 loc)
•
183 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"baseUrl"
:
"./"
,
"outDir"
:
"dist"
}
,
"include"
:
[
"src"
]
}