File Is Not Included In Any Tsconfig.json May 2026

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

For monorepos with multiple projects:

"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.maxTsServerMemory": 4096 file is not included in any tsconfig.json

Scroll to Top