{ "compilerOptions": { "outDir": "dist", "rootDir": "src", "lib": ["ESNext", "dom"], "types": ["node"], "target": "ESNext", "module": "Preserve", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "ignoreDeprecations": "6.0", "forceConsistentCasingInFileNames": false, "allowImportingTsExtensions": true, "declaration": true, "emitDeclarationOnly": true, "resolveJsonModule": true, "allowJs": true, "checkJs": false, "noEmitOnError": false, "moduleDetection": "force", "allowArbitraryExtensions": true, "paths": { "@elizaos/cloud-routing": ["../../packages/cloud/routing/dist/index.d.ts"] }, "noUnusedLocals": true, "noUnusedParameters": true, "allowUnusedLabels": true }, "include": ["src/**/*.ts"], "exclude": [ "**/__tests__/**", "**/*.test.ts", "**/*.test.tsx", "**/*.e2e.test.ts" ] }