feat(cli): dsh CLI with personal config overlays from ~/.config/dsh
This commit is contained in:
15
apps/cli/tsconfig.json
Normal file
15
apps/cli/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "lib/types"
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../../packages/ui/app-boot"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user