doc: opencode config

This commit is contained in:
2026-02-01 16:59:01 +08:00
parent 76eefdc151
commit c599e4e05f
3 changed files with 35 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"lsp": {
"tsserver": {
"command": [
"node",
"/Users/caihaohan/Code/agent_park/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver"
],
"extensions": [""]
}
}
}