You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tsconfig file format is now recommended to be 2.0.0 and with it come new rules for the file format.
I have this content working for me for the task definition:
"label": "tsc-watch",
"isBackground": true,
"type": "typescript",
tsconfig": "src/tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
]
The text was updated successfully, but these errors were encountered:
The tsconfig file format is now recommended to be 2.0.0 and with it come new rules for the file format.
I have this content working for me for the task definition:
"label": "tsc-watch",
"isBackground": true,
"type": "typescript",
tsconfig": "src/tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
]
The text was updated successfully, but these errors were encountered: