Sign in
◑
Theme
apache
/
maka
/
refs/heads/feat/headless-opencode-config-path
/
.
/
packages
/
runtime
/
tsconfig.json
blob: 708eb074f095bb54c6d33cd35b77136d6e7ae50f [
file
]
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"composite"
:
true
},
"include"
:
[
"src/**/*.ts"
],
"exclude"
:
[],
"references"
:
[{
"path"
:
"../core"
},
{
"path"
:
"../storage"
}]
}