Multi-provider MCP server for AI image generation. Supports OpenRouter, Together AI, Replicate, and fal.ai. Works with Claude Code, Cursor, Claude Desktop, OpenCode, and Charm. Install via: npx -y mcp-image-generator Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"module": "nodenext",
|
|
"target": "es2022",
|
|
"types": ["node"],
|
|
"lib": ["es2022"],
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "nodenext",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|