libhyperproxy/tsconfig.json

15 lines
288 B
JSON
Raw Permalink Normal View History

2023-01-12 17:39:23 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"esModuleInterop": true,
"outDir": "dist",
"moduleResolution": "node",
"declaration": true,
},
"include": ["src"],
"exclude": [
"node_modules"
]
}