mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(vscode): configure TypeScript SDK
This commit is contained in:
parent
52a082d0e2
commit
cb7aee742e
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -26,5 +26,7 @@
|
|||||||
".github/workflows/nightly.yml"
|
".github/workflows/nightly.yml"
|
||||||
],
|
],
|
||||||
"typescript.validate.enable": true,
|
"typescript.validate.enable": true,
|
||||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
||||||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user