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 have a Typescript compiler error coming from reflect-metadata's index.d.ts
"Module augmentation cannot introduce new names in the top level scope"
I am using version 0.1.10 and Typescript 1.8.7. I'm not in a position to upgrade Typescript yet, but I'm confused because I'm sure I never had this problem before with the same versions.
Can you think of anything else that could affect this?
The text was updated successfully, but these errors were encountered:
I have a Typescript compiler error coming from reflect-metadata's index.d.ts
"Module augmentation cannot introduce new names in the top level scope"
I am using version 0.1.10 and Typescript 1.8.7. I'm not in a position to upgrade Typescript yet, but I'm confused because I'm sure I never had this problem before with the same versions.
Can you think of anything else that could affect this?
The text was updated successfully, but these errors were encountered: