SkillFlow
Topic Assessment
intermediate
Question 1 of 8
Which Nx 20 command generates a new shared TypeScript library under libs/shared/types with the path alias @agentflow/shared-types automatically added to tsconfig.base.json?
pnpm nx g @nx/js:lib shared-types --directory=libs/shared/types --bundler=tsc
pnpm nx g @nx/node:lib shared-types --directory=libs/shared/types
pnpm nx new lib shared-types --scope=agentflow
pnpm nx create @nx/js shared-types