diff --git a/pitch-deck/tsconfig.json b/pitch-deck/tsconfig.json index c446e16..0e73cc0 100644 --- a/pitch-deck/tsconfig.json +++ b/pitch-deck/tsconfig.json @@ -17,5 +17,5 @@ "target": "ES2018" }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "mcp-server"] }