Skip to content

Per project configuration?Β #37

@screendriver

Description

@screendriver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions