Included In Any Tsconfig.json — File Is Not

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

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

"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.maxTsServerMemory": 4096 "extends": "

For monorepos with multiple projects:

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

"compilerOptions": "rootDir": "./src", "outDir": "./dist" , "include": ["src/**/*"]

// tsconfig.json