tsconfig.json
json
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠ breaking
1 day ago
| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "target": "ES2024", |
| 4 | "lib": ["ES2024", "ESNext", "DOM"], |
| 5 | "module": "ESNext", |
| 6 | "moduleResolution": "bundler", |
| 7 | "strict": true, |
| 8 | "noEmit": true, |
| 9 | "skipLibCheck": false, |
| 10 | "allowJs": true, |
| 11 | "checkJs": false, |
| 12 | "allowImportingTsExtensions": true |
| 13 | }, |
| 14 | "include": [ |
| 15 | "src/ts/**/*.ts" |
| 16 | ] |
| 17 | } |
File History
1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠
1 day ago