0f4a0147fd
* Add VSCode settings for TypeScript SDK configuration * Install typescript as a dev dependency
5 lines
111 B
JSON
5 lines
111 B
JSON
{
|
|
"js/ts.tsdk.promptToUseWorkspaceVersion": true,
|
|
"js/ts.tsdk.path": "./node_modules/typescript/lib"
|
|
}
|