File Is Not Included In Any Tsconfig.json Apr 2026

"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.maxTsServerMemory": 4096

For monorepos with multiple projects:

"extends": "../../tsconfig.base.json", "compilerOptions": "composite": true, "outDir": "./dist" , "include": ["src/**/*"], "references": [ "path": "../shared" ] file is not included in any tsconfig.json

"compilerOptions": "rootDir": "./src", "outDir": "./dist" , "include": ["src/**/*"] "typescript