POST/GET prospector/corrections (own-DB prospect_corrections): operator/coworker records where the backend's decision or draft was wrong — the trial vetting signal and the substrate for tuning the OSS models. Adds prospector_correction MCP tool. Disable tsc incremental (nest deleteOutDir + stale tsbuildinfo dropped emitted files). tsc clean; corrections POST/GET verified live. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
22 lines
563 B
JSON
22 lines
563 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"baseUrl": "./src",
|
|
"strict": true,
|
|
"declaration": false,
|
|
"sourceMap": true,
|
|
"incremental": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
|
}
|