Skip to content

[web-scripts] options "noEmit" and "incremental" are no longer allowed to be specified together #215

Closed
@mtlewis

Description

@mtlewis

Looks like in Typescript 3.8, setting "noEmit" and "incremental" together cause build errors. I've worked around this in the repo I just upgraded, but we should probably update the tsconfigs in this repo to fit this new constraint. I suspect we probably want to turn off noEmit. I'll look at getting a PR up soon :). - just looked at the code, and I'm not sure it's as simple as I thought. I'll still try to get something up though! FWIW this actually bit me in the pre-commit task, so one of the changes might be to remove the --noEmit from LintTask.ts.

cf. microsoft/TypeScript#32882

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions