diff --git a/.changeset/khaki-countries-work.md b/.changeset/khaki-countries-work.md new file mode 100644 index 00000000..5d067b56 --- /dev/null +++ b/.changeset/khaki-countries-work.md @@ -0,0 +1,5 @@ +--- +"pnpm-dedicated-lockfile": patch +--- + +Use npm version of tsc plugin diff --git a/apps/pnpm-dedicated-lockfile/project.json b/apps/pnpm-dedicated-lockfile/project.json index 4e0ee858..ba377db6 100644 --- a/apps/pnpm-dedicated-lockfile/project.json +++ b/apps/pnpm-dedicated-lockfile/project.json @@ -5,7 +5,7 @@ "biome": {}, "eslint": {}, "npm-update-ts-references": {}, - "tsc": {}, + "npm-tsc": {}, "coverage-reset": {}, "mocha-unit-test": {}, "mocha-integration-test": {},