When the tsconfig option is ignored, the current behaviour is to assume ./tsconfig.json.
But for workspaces, it should in fact search for the closest parent directory with a package.json.
There are existing packages that do the job already,
- find-yarn-workspace-root
- @pnpm/find-workspace-dir
When the
tsconfigoption is ignored, the current behaviour is to assume./tsconfig.json.But for workspaces, it should in fact search for the closest parent directory with a package.json.
There are existing packages that do the job already,