File Is Not Included In Any Tsconfig.json -
For monorepos with multiple projects:
"extends": "./tsconfig.base.json", "include": ["src/**/*"] file is not included in any tsconfig.json
"compilerOptions": "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true For monorepos with multiple projects: "extends": "
"compilerOptions": "rootDir": "./src", "outDir": "./dist" , "include": ["src/**/*"] "include": ["src/**/*"] "compilerOptions": "strict": true
// tsconfig.json
"extends": "../../tsconfig.base.json", "compilerOptions": "composite": true, "outDir": "./dist" , "include": ["src/**/*"], "references": [ "path": "../shared" ]
// scripts/tsconfig.json