q13x-eaglerproxy/tsconfig.json

9 lines
178 B
JSON
Raw Normal View History

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