kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
45 lines (44 loc) • 751 B
JSON
{
"extends": "./packages/builder/tsconfig-base.json",
"references": [
{
"path": "packages/core"
},
{
"path": "packages/test"
},
{
"path": "packages/builder"
},
{
"path": "plugins/plugin-core-support"
},
{
"path": "plugins/plugin-bash-like"
},
{
"path": "plugins/plugin-editor"
},
{
"path": "plugins/plugin-manager"
},
{
"path": "plugins/plugin-wskflow"
},
{
"path": "plugins/plugin-k8s"
},
{
"path": "plugins/plugin-operator-framework"
},
{
"path": "plugins/plugin-tekton"
},
{
"path": "plugins/plugin-tutorials"
},
{
"path": "plugins/plugin-proxy-support"
}
]
}