Skip to content

Commit

Permalink
build: use nightly version tsserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Dec 28, 2021
1 parent cae48aa commit 44a1054
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
// あまりカジュアルに起動時に処理を実行したくない、という狙いがある。
// *.ts ファイルが変更されたら jest のテストが自動実行がされる点は変わらないので、
// これで開発体験が損なわれることはないはず。
"jest.autoRun": { "watch": true }
"jest.autoRun": {
"watch": true
},
// Use nightly version tsserver
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 44a1054

Please sign in to comment.