Added a configuration file that detects the TypeScript version used in the repository
parent
bd2872a5b1
commit
572cb01ec8
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"typescript.tsdk": "./node_modules/typescript/lib"
|
||||||
|
}
|
Loading…
Reference in New Issue