Files
openproxy/tsconfig.json
T

13 lines
220 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"rootDir": ".",
"outDir": "dist",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
},
"include": ["*.ts"]
}