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