SIGN IN SIGN UP

fix: add build step to @internal/compute package (#3303)

The @internal/compute package had its main/types pointing to
./src/index.ts with no build step. This works in dev (tsc resolves .ts
at compile time) but fails at runtime in Docker because Node.js can't
load .ts files directly.

Added tsconfig.build.json and build/clean/dev scripts matching the
pattern used by schedule-engine and other internal packages. Exports now
point to dist/.
N
nicktrn committed
2ba77d89ddb5657718a5c848db23e1cee7ec6ff4
Parent: 1307d97
Committed by GitHub <noreply@github.com> on 3/31/2026, 12:23:46 PM