UNPKG

331 BJSONView Raw
1{
2 "compilerOptions": {
3 "strict": true,
4 "module": "commonjs",
5 "target": "ESNext",
6 "lib": [
7 "es2015",
8 "dom"
9 ],
10 "declaration": false,
11 "outDir": "dist/outproxy"
12 },
13 "include": [
14 "./src/proxy/**/*.ts",
15 "./src/logging/**/*.ts",
16 "./src/securityModes/**/*.ts"
17 ]
18}
\No newline at end of file