PLUGIN
Report1 star
18 Downloads
OpenAI, Claude, or any other OpenAI compat endpoint
Project Files
tsconfig.json
{
"compilerOptions": {
"strict": true,
"module": "CommonJS",
"target": "ES2021",
"declaration": true,
"noImplicitOverride": true,
"sourceMap": true,
"declarationMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"rootDir": "src",
"outDir": "dist"
}
}
tsconfig.json
{
"compilerOptions": {
"strict": true,
"module": "CommonJS",
"target": "ES2021",
"declaration": true,
"noImplicitOverride": true,
"sourceMap": true,
"declarationMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"rootDir": "src",
"outDir": "dist"
}
}