diff --git a/.changeset/khaki-countries-work.md b/.changeset/khaki-countries-work.md new file mode 100644 index 0000000..5d067b5 --- /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 4e0ee85..ba377db 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": {},