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
Add TypeScript linter. This should cover .ts files in the various packages under the packages directory.
Optional: Enable a rule to give an error if a value import is only used as a type. This replaces the need for the TS compiler option importsNotUsedAsValues which is no longer supported in TypeScript v5 and was removed in Update dependency typescript to v5 #231.
The text was updated successfully, but these errors were encountered:
packages
directory.The text was updated successfully, but these errors were encountered: