To check the issue, install packages and run
node_modules\.bin\tsc --watch
Then add a new JavaScript file anywhere in the project folder. You will see the compiler starts compilation:
18:55:03 - File change detected. Starting incremental compilation...
18:55:03 - Compilation complete. Watching for file changes.