diff --git a/mcp-gateway/erpnext-mcp/tsconfig.json b/mcp-gateway/erpnext-mcp/tsconfig.json deleted file mode 100644 index f4624bd..0000000 --- a/mcp-gateway/erpnext-mcp/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2022", - "module": "Node16", - "moduleResolution": "Node16", - "outDir": "./dist", - "rootDir": "./src", - "strict": true, - "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true, - "declaration": true, - "declarationMap": true, - "sourceMap": true - }, - "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] -}