我在執行打字稿文件時遇到了一些麻煩。我正在使用visual studio代碼來執行打字稿文件。我已經安裝並設置了visual studio代碼和打字稿。但是當我嘗試執行打字稿文件(tsc filename.ts)時,它顯示一個錯誤。請幫忙! 錯誤: PS D:\01_Hello> tsc app.ts
tsc : The term 'tsc' is not recognized as the n
我試圖讓CodeLens在VSCode中爲JavaScript項目工作。我已經看到多個消息來源表明這應該起作用,但是除了基本設置之外沒有關於如何啓用它的明確說明。 我有我的工作區中的以下文件: test.js function test (a, b) {
return a + b;
}
test(1, 2);
jsconfig.json {
"compilerOpti