File Is Not Included In Any Tsconfig.json Info
For monorepos with multiple projects:
Move the problematic file into an already-included directory: file is not included in any tsconfig.json
// scripts/tsconfig.json
"compilerOptions": "rootDir": "./src", "outDir": "./dist" , "include": ["src/**/*"] For monorepos with multiple projects: Move the problematic