File Is Not Included In Any Tsconfig.json May 2026
"compilerOptions": "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true
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": "target": "ES2020" , "files": [ "src/index.ts", "src/utils/helper.ts", "scripts/deploy.ts" // Your specific file ] "compilerOptions": "strict": true
"files": [], "references": [ "path": "./packages/core" , "path": "./packages/web" , "path": "./scripts" ] "compilerOptions": "composite": true