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
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
I am seeing this too sometimes, but only in windows (not in Ubuntu) and there is a previous error saying that it cant find the file to be imported (when you push ctrl+shift+e), After restarting sublime the error sometimes went away...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having two files like this:
test.ts
main.ts
will lead to the following error in main.ts: "A module cannot be aliased to a non-module type".
The two files will compile fine using Visual Studio or via tsc-command-line.
The text was updated successfully, but these errors were encountered: