mirror of
https://github.com/cline/cline.git
synced 2026-09-17 17:45:33 +08:00
* sdk lib * improve cline sdk api surface - better api design and messages * fix some types, fix session id retrieval, improve wording * hide controller from sdk surface completely --------- Co-authored-by: Max Paulus 🥪 <max@cline.bot>
21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": false,
|
|
"noCheck": true,
|
|
"noResolve": true,
|
|
"outDir": "dist/types"
|
|
},
|
|
"include": [
|
|
"src/exports.ts",
|
|
"src/agent/public-types.ts",
|
|
"src/agent/ClineAgent.ts",
|
|
"src/agent/ClineSessionEmitter.ts",
|
|
"src/agent/types.ts",
|
|
"src/agent/messageTranslator.ts",
|
|
"src/agent/permissionHandler.ts"
|
|
]
|
|
}
|