-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels