Files
openrelay/tsconfig.json
romgX b05d49ffc8 Initial release v0.8.3
29 providers (7 IDE + 22 direct API), Anthropic + OpenAI API compatibility,
IDE RPC proxy servers, Web dashboard, Free/Pro licensing.
2026-03-07 21:22:22 +08:00

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/**/*"]
}