tcp-ws-proxy/tsconfig.json

13 lines
243 B
JSON
Raw Permalink Normal View History

2024-01-18 14:48:09 +00:00
{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"target": "ES2020",
"esModuleInterop": true,
"resolveJsonModule": true,
"rootDir": "./",
"outDir": "./build/",
"strict": true,
"declaration": true
}
}