Added a configuration file that detects the TypeScript version used in the repository
parent
b0034f9072
commit
5d42a34092
|
@ -14,4 +14,5 @@ dist/
|
|||
.vscode/*
|
||||
!/.vscode/extensions.json
|
||||
!/.vscode/launch.json
|
||||
!/.vscode/settings.json
|
||||
!/.vscode/tasks.json
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"typescript.tsdk": "./Samples/TypeScript/Demo/node_modules/typescript/lib"
|
||||
}
|
Loading…
Reference in New Issue