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
I apologize for the inconvenience
This is due to separate type-exports from the "normal" value exports - a feature that adds transparency for which imports are omitted in transpilation and which are transpiled to JS. microsoft/TypeScript#45998
Please update typescript to version 4.5 or above to resolve the issue
Hello there,
I just installed the new version and I'm trying to validate this simple schema:
When I compile the project, the transpiler emits this error:
This is my
tsconfig.json
:It seems that downgrading to
2.6.1-1
fixes the issue.The text was updated successfully, but these errors were encountered: