Add .vscode with enableProjectDiagnostics on

This commit is contained in:
Seth Troisi 2025-04-30 23:00:59 +00:00
parent 976333f654
commit 339d598295
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"typescript.tsserver.experimental.enableProjectDiagnostics": true
}