{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "baseUrl": ".", "paths": { "@hyperframes/producer": ["../producer/src/index.ts"], "@hyperframes/producer/distributed": ["../producer/src/distributed.ts"], "@hyperframes/aws-lambda/sdk": ["../aws-lambda/src/sdk/index.ts"], "@hyperframes/gcp-cloud-run/sdk": ["../gcp-cloud-run/src/sdk/index.ts"] }, "strict": true, "noUncheckedIndexedAccess": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "./dist", "declaration": true, "ignoreDeprecations": "5.0" }, "include": ["src"], "exclude": ["node_modules", "dist"] }