chore: rm additional paths

This commit is contained in:
Rohit
2025-06-12 15:00:47 +05:30
parent df0d8eabdf
commit dcee249ec4

View File

@@ -3,8 +3,8 @@
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./dist",
"rootDir": "./",
"outDir": "../dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
@@ -14,10 +14,7 @@
"sourceMap": true
},
"include": [
"mcp/**/*",
"src/mcp-worker.ts",
"src/logger.ts",
"src/types/**/*"
"src/mcp-worker.ts"
],
"exclude": [
"node_modules",