Update settings.json

This commit is contained in:
Nate Kelley 2025-07-14 11:00:06 -06:00
parent 0b4228605c
commit ac073f00ee
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,7 @@
"typescript.preferences.preferTypeOnlyAutoImports": true, "typescript.preferences.preferTypeOnlyAutoImports": true,
// Force TypeScript to use project references // Force TypeScript to use project references
"typescript.tsserver.useSeparateSyntaxServer": false, "typescript.tsserver.useSyntaxServer": "never",
"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.experimental.enableProjectDiagnostics": true,
// MONOREPO CRITICAL: Force real-time checking // MONOREPO CRITICAL: Force real-time checking
@ -34,10 +34,8 @@
// Force TypeScript to track all project references // Force TypeScript to track all project references
"typescript.tsserver.includeCompletionsForModuleExports": true, "typescript.tsserver.includeCompletionsForModuleExports": true,
"typescript.tsserver.includePackageJsonAutoImports": "on", "typescript.tsserver.includePackageJsonAutoImports": "on",
// CRITICAL: Disable syntax-only mode to get full type checking // CRITICAL: Disable syntax-only mode to get full type checking
"typescript.tsserver.useSyntaxServer": "never",
// Increase memory for large monorepo // Increase memory for large monorepo
"typescript.tsserver.maxTsServerMemory": 16384, "typescript.tsserver.maxTsServerMemory": 16384,