What should I do about it
test api-extrator
'Unable to follow symbol for "Ref"'
pnpm install
pnpm run build
pnpm run build:dts
## then you can found error
pnpm install
pnpm run tsc
pnpm run build:dts
## result is right
update rollup-plugin-typescript2
to ^0.32.0
pnpm install
pnpm run build
pnpm run build:dts
## result is same as last section