Added a configuration file that detects the TypeScript version used in the repository

This commit is contained in:
Jun Koyama
2020-10-05 23:43:25 +09:00
parent bd2872a5b1
commit 572cb01ec8
2 changed files with 4 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"typescript.tsdk": "./node_modules/typescript/lib"
}