You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript 5.0 introduces some new options and behavior. In my case I was using verbatimModuleSyntax and scip-typescript index --yarn-workspaces will error out with error TS5023: Unknown compiler option 'verbatimModuleSyntax'.
TypeScript 5.0 introduces some new options and behavior. In my case I was using
verbatimModuleSyntax
andscip-typescript index --yarn-workspaces
will error out witherror TS5023: Unknown compiler option 'verbatimModuleSyntax'.
https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/
The text was updated successfully, but these errors were encountered: