MCP_CLIENTE_LATEX_V3 / tsconfig.json
C2MV's picture
πŸš€ Deploy LaTeX MCP Server v2.0 β€” 7 tools (Modules A-F)
b16049c verified
raw
history blame contribute delete
347 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules", "dist"]
}