tsc.nvim icon indicating copy to clipboard operation
tsc.nvim copied to clipboard

Per project configuration?

Open screendriver opened this issue 2 years ago • 1 comments

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.

screendriver avatar Dec 03 '23 14:12 screendriver

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!

dmmulroy avatar Dec 04 '23 17:12 dmmulroy