I'm using this extension in Zed thanks to #180. It works great but I'm having trouble getting it to work in a monorepo setup where the React files and tsconfig.json are located in a subfolder rather than the project root.
Example
monorepo-root/
├── frontend/
│ ├── tsconfig.json
│ ├── src/
│ │ └── components/
│ │ └── MyComponent.tsx
│ └── package.json
└── backend/
└── ...
Any help or guidance would be greatly appreciated! Thanks!
I'm using this extension in Zed thanks to #180. It works great but I'm having trouble getting it to work in a monorepo setup where the React files and
tsconfig.jsonare located in a subfolder rather than the project root.Example
Any help or guidance would be greatly appreciated! Thanks!