@mutoe For me, I have all my basic `tsconfig` settings in the root `tsconfig.json`, and include my configuration files etc. in it, and then in each subproject I extend from the root and include all...
@mutoe For me, I have a `pnpm` monorepo, with the `typescript` dependency installed only in the root of the repo, and a `tsconfig.json` file in the root as well. Then, I simply have a `tsconfig.jso...