1
0
Fork 0

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

hfjnulyz-patch-1
Jun Koyama 2020-10-05 23:43:25 +09:00
parent bd2872a5b1
commit 572cb01ec8
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

@ -10,4 +10,5 @@ dist/
# Exclude some VSCode setting files. # Exclude some VSCode setting files.
.vscode/* .vscode/*
!/.vscode/extensions.json !/.vscode/extensions.json
!/.vscode/settings.json
!/.vscode/tasks.json !/.vscode/tasks.json

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

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