c284d8cf6b
codex:->claude: session prefix; model/turn_id optional in Stop validator. QA: no-op without boulder.json, no crash. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": false,
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"noEmit": false
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["test/**/*"]
|
|
}
|