UNPKG
wmod-proxy
Version:
latest (0.0.5)
0.0.5
0.0.2
0.0.1
Website Modification Proxy
github.com/OnkelTem/wmod-proxy
OnkelTem/wmod-proxy
wmod-proxy
/
tsconfig.build.json
10 lines
(9 loc)
•
159 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"js"
,
"emitDeclarationOnly"
:
true
,
"rootDir"
:
"src"
}
,
"include"
:
[
"src"
]
}