mirror of
https://github.com/motiful/cc-gateway.git
synced 2026-08-29 03:09:24 +08:00
065a41c6d0
Reverse proxy that unifies device fingerprints for shared account usage. Uses ANTHROPIC_BASE_URL to intercept API + telemetry traffic, rewrites device_id, env fingerprint, and process metrics. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|