File Is Not Included In Any Tsconfig.json -

Move the problematic file into an already-included directory:

// packages/api/tsconfig.json

"files": [], "references": [ "path": "./packages/core" , "path": "./packages/web" , "path": "./scripts" ] file is not included in any tsconfig.json

"extends": "../../tsconfig.base.json", "compilerOptions": "composite": true, "outDir": "./dist" , "include": ["src/**/*"], "references": [ "path": "../shared" ] "references": [ "path": "./packages/core"