mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
feat: add opencode local adapter support
This commit is contained in:
parent
d4a2fc6464
commit
f6a09bcbea
37 changed files with 1707 additions and 27 deletions
8
packages/adapters/opencode-local/tsconfig.json
Normal file
8
packages/adapters/opencode-local/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue