feat: initialize opencode-owui-sync project

This commit is contained in:
2026-05-14 21:20:17 +02:00
parent 8daf5ee414
commit c488122290
7 changed files with 1146 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"types": ["bun-types"],
"baseUrl": ".",
"paths": {
"@opencode-ai/plugin": ["../../../.config/opencode/node_modules/@opencode-ai/plugin/dist/index"],
"@opencode-ai/plugin/tui": ["../../../.config/opencode/node_modules/@opencode-ai/plugin/dist/tui"]
}
}
}