fix(docker): add --skipLibCheck for plugin frontend build (#203)
The plugin frontend tsc build in Docker fails because @types/react
isn't installed in the workspace context (it's a devDependency of
the plugins monorepo, not the workspace). Since we only need the
JS output for bundling, --skipLibCheck skips type validation.
authored by