UNPKG
proxyd
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
Reverse proxy to socks5 or http proxy
github.com/cpuchain/proxyd
cpuchain/proxyd
proxyd
/
tsconfig.types.json
9 lines
•
171 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"outDir"
:
"./lib"
,
}
,
"include"
:
[
"./src/**/*"
]
,
"files"
:
[
]
}