File Is Not Included In Any Tsconfig.json May 2026

"compilerOptions": "target": "ES2020" , "files": [ "src/index.ts", "src/utils/helper.ts", "scripts/deploy.ts" // Your specific file ]

"compilerOptions": "rootDir": "./src", "outDir": "./dist" , "include": ["src/**/*"] file is not included in any tsconfig.json

"extends": "../tsconfig.base.json", "compilerOptions": "outDir": "../dist/scripts" , "include": ["**/*.ts"], "exclude": ["node_modules"] "compilerOptions": "target": "ES2020"

// tsconfig.json

"compilerOptions": "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true "files": [ "src/index.ts"

For monorepos with multiple projects: