Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I have installed vs code on ubuntu 20 and wanted to compile a .ts file via tsc which created a empty js file. node is installed , also typescript
tsc
also testing it with webstorm created a correct js file
why does this dont work in vs code ?
You probably have not saved the file. Ctrl + s your .ts file and then run the tsc command in terminal.
Add a comment
You probably have not saved the file. Ctrl + s your .ts file and then run the tsc command in terminal. Its work for me.
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.