feat: add SmartProxy Docker image

This commit is contained in:
2026-04-28 20:26:17 +00:00
commit 83e483f29c
13 changed files with 5430 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": false,
"declaration": true,
"sourceMap": false,
"outDir": "dist_ts"
},
"include": ["ts/**/*.ts"]
}