q13x-eaglerproxy/tsconfig.json

10 lines
203 B
JSON
Raw Normal View History

2022-12-18 05:39:38 -08:00
{
"compilerOptions": {
"module": "esnext",
"esModuleInterop": true,
"target": "es2017",
"moduleResolution": "node",
2022-12-20 11:34:41 -08:00
"sourceMap": false,
"outDir": "build"
2022-12-18 05:39:38 -08:00
}
}