Dashboard › cli › Distillation
3b87d263-c0c0-4946-a27f-6bada5abc98e["lore_tm_v1_5X5P--woot4UY6QJCHO5XgHN7nnVejFQmbQL67oRu3c","lore_tm_v1_SnvIXZhMHZG63qzRmXmxN9uDV4aWIdqAqSkl-9llVeI"]
packages/cli/tsconfig.json uses "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "jsx": "react-jsx", "moduleDetection": "force", "allowJs": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "resolveJsonModule": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false, and "strictNullChecks": true; it includes src/**/*.ts and src/**/*.tsx and excludes node_modules and dist.TS2322 at src/lib/binary.ts:236:3 and src/lib/binary.ts:244:3: UpgradeSource | undefined is not assignable to UpgradeSource because undefined is not assignable to UpgradeSource.