q13x-eaglerproxy/tsconfig.json
2022-12-20 11:34:41 -08:00

10 lines
203 B
JSON

{
"compilerOptions": {
"module": "esnext",
"esModuleInterop": true,
"target": "es2017",
"moduleResolution": "node",
"sourceMap": false,
"outDir": "build"
}
}