79649984

Date: 2025-06-02 16:16:52
Score: 0.5
Natty:
Report link

I had an issue where my js files were automatically put in the /src folder and not in /dist when writing tsc in terminal. I had set up the tsconfig.json file correctly.

Turns out I did not press save in VSCode after making changes to tsconfig.json file... After this it worked and my js files went to /dist file instead of the src file.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: Markus Koponen