infinitered / gluegun

A delightful toolkit for building TypeScript-powered command-line apps.
MIT License
2.96k stars 147 forks source link

update typescript to version 5.0.4 #776

Closed gilsongabriel closed 1 year ago

gilsongabriel commented 1 year ago

Update typescript version to resolve this error when using typescript mode.

Error ts.Debug.assert(typeof typeReferenceDirectiveName === "string", "Non-string value passed to ts.resolveTypeReferenceDirective, likely by a wrapping package working with an outdated resolveTypeReferenceDirectives signature. This is probably not a problem in TS itself.");

jamonholmgren commented 1 year ago

Closing in favor of #783. But thank you @gilsongabriel! Hope you continue to contribute!