-
Notifications
You must be signed in to change notification settings - Fork 25
vscode user settings
veeramarni edited this page Jun 12, 2021
·
4 revisions
If using VSCODE, save following in user settings
.
{
"files.autoSave": "afterDelay",
"typescript.tsdk": "node_modules/typescript/lib",
"javascript.implicitProjectConfig.experimentalDecorators": true
}
If typescript intellisense fails, check the following workaround.