mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 23:04:55 +00:00
9 lines
162 B
JSON
9 lines
162 B
JSON
{
|
|
"extends": "../desktop/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "ts-dist"
|
|
},
|
|
"references": [{ "path": "../desktop" }],
|
|
"include": ["src"]
|
|
}
|