Sign in
◑
Theme
apache
/
maka
/
refs/heads/codex/simplify-public-api-scripts
/
.
/
packages
/
computer-use
/
tsconfig.json
blob: 06172070916f067d7f9d735c39a33a6fcd4e9bd4 [
file
]
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"composite"
:
true
},
"include"
:
[
"src"
],
"references"
:
[{
"path"
:
"../core"
},
{
"path"
:
"../runtime"
}]
}