a88e49473f
## 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>
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../scripts/tools-out",
|
|
"types": ["node"],
|
|
"rootDir": "."
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|