Files
social-mcp/apps/xhh-mcp/tsconfig.json
T

8 lines
115 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"]
}