Tsconfig can't be found

Whenever I try and run programs in typscript, after following mosh to setup tsconfig, I get the following error

has anyone else experienced this , or know of a fix

I am running a Windows 11 machine

Chris

  • Executing task: tsc -p c:\Users\chris\Documents\TS\tsconfig.json

error TS5058: The specified path does not exist: ‘c:UserschrisDocumentsTStsconfig.json’.

  • The terminal process “C:\Program Files\Git\bin\bash.exe ‘–login’, ‘-i’, ‘-c’, ‘tsc -p c:\Users\chris\Documents\TS\tsconfig.json’” terminated with exit code: 1.

This is a known issue when using Git Bash as terminal:

The debugger also requires .NET SDK and OpenJDK.