Files
ht-docker-smartproxy/tsconfig.json
T

15 lines
295 B
JSON
Raw Normal View History

2026-04-28 20:26:17 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": false,
"declaration": true,
"sourceMap": false,
"outDir": "dist_ts"
},
"include": ["ts/**/*.ts"]
}