Files
nrwl--nx/scripts/tsconfig.scripts.json
Jason Jean a88e49473f chore(repo): migrate to nx 23.1.0-rc.2 (#36269)
## Current Behavior

The repo is on nx 23.1.0-beta.7.

## Expected Behavior

The repo is on nx 23.1.0-rc.2. All 22 `nx`/`@nx/*` packages are bumped
to exactly 23.1.0-rc.0 (pnpm lockfile updated).

Migrations applied (one `nx migrate --run-migrations` pass):

- `@nx/js: 23-1-0-add-ignore-deprecations-for-ts6` — ensured
`"ignoreDeprecations": "6.0"` on 125 `tsconfig.json` files
(config-loader safety for TS6), added it to 2 tsconfigs carrying
TS6-deprecated options, and pinned pre-TS6 defaults on 4 chain-root
tsconfigs
- `@nx/js: 23-1-0-set-tsconfig-root-dir-for-ts6` — ran, no changes
needed

No AI migration prompts were generated.

Verification: project graph resolves (~140 projects); lint for nx,
devkit, js, eslint, workspace (+23 dependent tasks, including the native
build) and typecheck spot-checks pass with `--skip-nx-cache`. Full suite
runs in CI.

## Related Issue(s)

Part of the coordinated nx 23.1.0-rc.2 migration across nrwl repos (see
linked Polygraph session).

<!-- polygraph-session-start -->
---
[View session information
↗](https://app.trypolygraph.com/orgs/6a061dcb561c062131116eca/sessions/Migrate-nrwl-repos-to-nx-23.1.0-rc.0-b8c94700)
<!-- polygraph-session-end -->

---------

Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com>
2026-07-13 13:09:48 -04:00

27 lines
549 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../scripts/tools-out",
"types": ["node"],
"rootDir": "."
},
"include": ["**/*.ts"],
"references": [
{
"path": "../packages/devkit/tsconfig.lib.json"
},
{
"path": "../packages/nx/tsconfig.lib.json"
},
{
"path": "../nx-dev/models-package/tsconfig.lib.json"
},
{
"path": "../nx-dev/models-document/tsconfig.lib.json"
},
{
"path": "../nx-dev/data-access-documents/tsconfig.lib.json"
}
]
}