- Root Commander program with version + description - Subcommand groups: coord, prdy, queue, quality-rails - Single `mosaic` binary entry point - Depends on all @mosaic/* workspace packages
6 lines
132 B
JSON
6 lines
132 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "dist", "rootDir": "." },
|
|
"include": ["src", "bin"]
|
|
}
|