MCP_CLIENTE_LATEX_V4 / tsconfig.json
C2MV's picture
πŸš€ Deploy LaTeX MCP Server v4.0 β€” 9 tools + Image URL Download
0ed2535 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"]
}