Skip to content

typecheker plugin config conflict #159

@Dima-Kal

Description

@Dima-Kal

When running the plugin i get:

error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.

in my config I only set:

"emitDeclarationOnly": true,

there is no 'noEmit' anywhere in my config, after checking you code i suspect that this is the issue:

 if (compilerOptions.noEmit === undefined) compilerOptions.noEmit = true;

if (compilerOptions.noEmit === undefined) compilerOptions.noEmit = true;

you aggregate this to my config and then there is the conflict

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions