File Is Not Included In Any Tsconfig.json Official
"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.maxTsServerMemory": 4096
// scripts/tsconfig.json
"compilerOptions": "rootDir": "./src", "outDir": "./dist" , "include": ["src/**/*"] file is not included in any tsconfig.json
"extends": "./tsconfig.base.json", "include": ["src/**/*"] "typescript