typescript commandline tsc -w acts like tsc -h

106 views Asked by At

Could not find anything on webternet on this. when typing tsc --watch it shows me the usage examples as if I typed tsc --help. enter image description here

in addition (maybe it's related) when trying to explicitly compile a ts file, it screams about syntax error when there are none.

enter image description here

this is my tsconfig.json

enter image description here

0

There are 0 answers