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 Feb 26, 2024. It is now read-only.
So I was trying to execute a very basic program in Angular written in VS code. When I try to run the file using "tsc main.ts", nothing comes up. look at the screen shot:
But when I use, "node main.ts" it's giving that particular output, with error(it was expected).
Can someone tell me what I am missing here? I'm new to VS code and working with Angular in it is totally mind blowing in a good way.
Any advice is appreciated!