align our internal typescript version with the one vite-plugin-dts uses to ensure compatibility between our generated types and what we check against
We should ensure our internal typescript version is aligned with @microsoft/api-extractor's
Addresses warning:
Analysis will use the bundled TypeScript version 5.4.2
*** The target project appears to use TypeScript 5.5.4 which is newer than the bundled compiler engine; consider upgrading API Extractor.
align our internal typescript version with the one
vite-plugin-dts
uses to ensure compatibility between our generated types and what we check againstWe should ensure our internal
typescript
version is aligned with@microsoft/api-extractor
'sAddresses warning: