I'm getting the below error, while I try to compile a .ts file from the Visual Studio Code IDE. (Using Ctrl+Shift+B)
Problem matcher {0} can't be resolved. The matcher will be ignoredThe filename, directory name, or volume label syntax is incorrect.
Here is my tasks.json,
{
"version": "0.1.0",
"command": "tsc",
"isShellCommand": true,
"showOutput": "always"
}
Can someone help me what could be the issue here?.