MCP - Titan Memory Server

{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./build", "rootDir": "./src", "declaration": true, "sourceMap": true, "allowJs": true, "resolveJsonModule": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "types": ["jest", "node"] }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }