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

translate
Jun Koyama 2020-10-06 01:07:06 +09:00
parent b0034f9072
commit 5d42a34092
No known key found for this signature in database
GPG Key ID: 7E7F553174548698
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,4 +14,5 @@ dist/
.vscode/*
!/.vscode/extensions.json
!/.vscode/launch.json
!/.vscode/settings.json
!/.vscode/tasks.json

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

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