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 was archived by the owner on Oct 20, 2022. It is now read-only.
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.