Support compilerOptions in workspace members
Currently the compilerOptions field is only supported in the workspace root. It should also be supported in workspace members.
Any update on this?
Any update? This feature is essential for many projects. For me, it's the only blocker for migrating to deno.
i currently have the same problem. this is a crutial thing for most monorepos i think. most of my packages have a little different compileroptions
Same, this is a blocker for me.
FYI we are aware that this is highly requested and are working on a prototype for a solution.
FYI we are aware that this is highly requested and are working on a prototype for a solution.
this feature will be much appreciated, glad to know the team is working on this 😄
Just ran into this as well. Everything was fine until I added a vite module to my workspace and discovered there was no way to make it work. I could, of course, use a separate repo, but then there would be no direct code sharing between back-end and front-end.
+1 will be really nice to have this