mirror of
https://github.com/romgX/openrelay.git
synced 2026-05-06 22:04:13 +08:00
29 providers (7 IDE + 22 direct API), Anthropic + OpenAI API compatibility, IDE RPC proxy servers, Web dashboard, Free/Pro licensing.
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": false,
|
|
"sourceMap": false
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|