15 lines
412 B
JSON
15 lines
412 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|
|
}
|