"compilerOptions": "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true
For monorepos with multiple projects:
"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.maxTsServerMemory": 4096 file is not included in any tsconfig.json
// tsconfig.json
"compilerOptions": "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true
For monorepos with multiple projects:
"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.maxTsServerMemory": 4096
// tsconfig.json