jj-mcp-server
Version:
Model Context Protocol (MCP) server for the Jujutsu (jj) version control system
19 lines (18 loc) • 429 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./build",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"allowJs": false,
"noEmitOnError": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "build"]
}