69bca167fa
Vendored from omo-codex via sync-components: model/turn_id optional in the PostToolUse validator (permission_mode kept), CLAUDE_PLUGIN_ROOT hook path. Builds clean; runs without crash on a CC-shaped PostToolUse payload (no turn_id). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
28 lines
724 B
JSON
28 lines
724 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"lib": ["ES2022"],
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"esModuleInterop": true,
|
|
"allowImportingTsExtensions": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"useDefineForClassFields": false,
|
|
"types": ["node"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*", "test/**/*"]
|
|
}
|