Per project configuration?
Some of the TypeScript projects that I'm working with are using project references and some not. That means in some repositories I have to compile with tsc --build and in some not. As far as I understood the docs it is possible to enable --build with this configuration
flags = {
build = true,
},
but then I have build enabled for all other projects as well. How can I handle multiple projects with different configurations?
PS: the same for noEmit. In some projects I want to have something emitted and in some not.
Hmm this is a great point and request. I'm not going to be able to dedicate a lot of time to tsc.nvim for ~2 weeks, so if you wanna take a shot at an implementation in the mean time I'd be happy to accept a PR!