@mseep/svm-mcp
Version:
MCP server for SVM based projects integration
15 lines (14 loc) • 320 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"outDir": "./build",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "build"]
}