{ "compilerOptions": { "types": ["bun-types"], "strict": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "jsxImportSource": "preact", "esModuleInterop": true, "skipLibCheck": true, "allowImportingTsExtensions": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { "@exosphere/core/*": ["./packages/core/src/*"], "@exosphere/client": ["./packages/client/src/index.ts"], "@exosphere/client/*": ["./packages/client/src/*"], "@exosphere/feeds": ["./packages/feeds/src/index.ts"], "@exosphere/feeds/*": ["./packages/feeds/src/*"], "@exosphere/feature-requests": ["./packages/feature-requests/src/index.ts"], "@exosphere/feature-requests/*": ["./packages/feature-requests/src/*"], "@exosphere/mcp": ["./packages/mcp/src/index.ts"] } }, "exclude": ["node_modules", "dist"] }