fix(docker): use transpilePackages for plugin frontend, skip tsc build (#204)
Plugin exports now point to source .ts/.tsx files. Next.js compiles
them via transpilePackages, eliminating the need for a separate tsc
build that fails without @types/react in Docker. CI simplified too —
just clone the repo, no build needed.
authored by