Files
mcpctl/src/cli/tsconfig.json

13 lines
221 B
JSON
Raw Normal View History

2026-02-21 03:10:39 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*.ts"],
"references": [
{ "path": "../shared" },
{ "path": "../db" }
]
}