UNPKG
node-httpx-server
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A node HTTP/2 server and beyond dealing with streams
github.com/rossjackson/node-httpx-server
node-httpx-server
/
tsconfig.json
8 lines
•
159 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"baseUrl"
:
"./src"
}
,
"exclude"
:
[
"./dist"
]
}