{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "esModuleInterop": true, "strict": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true, "noEmit": true, "baseUrl": ".", "paths": { "@hyperframes/producer": ["../producer/src/index.ts"], "@hyperframes/producer/distributed": ["../producer/src/distributed.ts"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "src/**/*.test.ts", "src/**/__fixtures__/**", "scripts"] }