{ "compilerOptions": { "target": "ES2022", "jsx": "react-jsx", "module": "ESNext", "moduleResolution": "bundler", "allowJs": true, "strict": true, "outDir": "./dist", "sourceMap": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo", "baseUrl": ".", "paths": { "@/*": ["src/*"] } }, "include": [ "index.ts", "src/**/*", "resources/**/*", "server.ts", ".mcp-use/**/*.d.ts" ], "exclude": ["node_modules", "dist"] }