Ssutil regeneration for typescript

Hi, as I’m trying to drop VS for frontend entirely, I’m moving to ssutil to generate typescript definitions rather than VS IDE extension.

I can successfully generate initial file

ssutil ‘localhost/path’ -file ‘src/dtos/types.ts’ -lang Typescript

however when I run it to update (after updating global namespace)

ssutil src/dtos/types.ts

I get

Failed to complete operation. Update file path provided does not have a valid ServiceStack reference extension.

Dno’t worry - I have successfully used npm cli typescript-ref

1 Like