mirror of
https://github.com/zadam/trilium.git
synced 2025-09-12 09:37:03 +08:00
chore(vscode): configure TypeScript SDK
This commit is contained in:
parent
52a082d0e2
commit
cb7aee742e
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -26,5 +26,7 @@
|
|||
".github/workflows/nightly.yml"
|
||||
],
|
||||
"typescript.validate.enable": true,
|
||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true
|
||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true
|
||||
}
|
Loading…
Add table
Reference in a new issue