Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
とにかく、昨日の更新後、ビジュアル コード スタジオは ts ファイルを js にトランスパイルしておらず、tsc が外部コマンドまたは内部コマンドとして認識されないことを示しています。
設定で、typescript sdk の場所を設定します
設定で絶対パスと相対パスを使用できるようになりました。
プロジェクトに typescript がローカルにインストールされているため、文字列は次のようになります
{ "typescript.tsdk": "./node_modules/typescript/lib" }
執筆時点で最新の VSCode 0.10.5 と TS 1.7.5 を使用しています