Typescript

VS CodeでTypecript 2.0 + D3.js v4を補完できるようにする(暫定対処)

初心者だけどTypescript 2.0 + D3.js v4の勉強をしたい。どっちもメジャーバージョンから時間が経っておらず、関連ツールが移行期間だったりします。VS Codeで補完できるようになるまでちょっと手間取ったのでメモ。 (初心者すぎるので、間違ったことを書い…

メモ:VS Codeで「tsc compilerのバージョンとVS codeほにゃららのバージョンが違う」的な警告が出るときはtypescript.tsdkを設定するか1か月待つ?

A version mismatch between the globally installed tsc compiler (2.0.3) and VS Code's language service (1.8.10) has been detected. This might result in inconsistent compile errors. という警告が出ました。まだHello Worldをやってるだけなので気…