{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "esModuleInterop": true, "strict": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "declarationMap": true, "sourceMap": true, "types": ["@webgpu/types"], "baseUrl": ".", "paths": { "@hyperframes/producer": ["./src/index.ts"], "@hyperframes/producer/distributed": ["./src/distributed.ts"] } }, "include": ["src/**/*"], "exclude": [ "node_modules", "dist", "src/**/*.test.ts", "src/**/__test_utils__/**", "src/regression-harness-lambda-local.ts" ] }