tcp-ws-proxy/tsconfig.json

13 lines
243 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"target": "ES2020",
"esModuleInterop": true,
"resolveJsonModule": true,
"rootDir": "./",
"outDir": "./build/",
"strict": true,
"declaration": true
}
}