Relative Content

Tag Archive for typescripttsconfig

Common `tsconfig` for all projects/workspaces

I’m re-organizing several unrelated typescript projects into a mono-repo structure. Currently I have a tsconfig.json file in each workspace, which are all identical. I would like to have a “common” tsconfig in the base folder which includes path names and completely remove ./packages/*/tsconfig.json. Here’s an example of my project structure: