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