mirror of
https://github.com/Gitlawb/openclaude.git
synced 2026-08-24 02:34:15 -05:00
* fix(typecheck): recreate missing CLI Transport interface * fix(transports): implement async close in CLI transports * fix(transports): harden async close cleanup * fix: address async transport close review feedback * test: isolate environment-sensitive suites * fix(transports): drain uploader after close failure * fix(transports): type guard CCR stream events * test: remove unused auto-compact fixture helper
20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"files": [
|
|
"src/state/AppState.types.test.tsx",
|
|
"src/state/AppState.tsx",
|
|
"src/optionalModules.d.ts",
|
|
"src/optionalModules.types.test.ts",
|
|
"src/bridge/replBridgeTransport.types.test.ts",
|
|
"src/bridge/replBridgeTransport.ts",
|
|
"src/bridge/replBridge.ts",
|
|
"src/global.d.ts",
|
|
"src/types/utils.types.test.ts",
|
|
"src/types/utils.ts"
|
|
],
|
|
"include": []
|
|
}
|