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
Typescript generates js file even when there is error in typescript source.
typescript-require skips compilation when js file already exists.
Due to above conflicting behaviour, i am getting following problem
I tried to run typescript file with error, i got fatal error as expected. all good.
I tried to run same typescript file as such, without making any changes. It works!!! - compilation is skipped because .js file already exists for .ts file.