I want to print the output of the process that vscode’s default typescript compiles .ts files. Like I excute the command ‘node ./node_modules/typescript/lib/tsc.js –watch –extendedDiagnostics’ in terminal. And how should I configure vscode?
I try to set the “typescript.tsserver.watchOptions” and “typescript.tsserver.log”, but it doesn’t work. The output don’t print the process that vscode’s typescript sompiles .ts files.
yangshi.cy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.