Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): declarationMap should disabled as well #3294

Merged
merged 2 commits into from Dec 2, 2021

Conversation

kamontat
Copy link
Contributor

@kamontat kamontat commented Dec 2, 2021

Even user enabled is config in their tsconfig.json file, typescript compiler will throw exception below anyway. So it better to just disabled in adjustment config.

TS5069: Option 'declarationMap' cannot be specified without specifying option 'declaration' or option 'composite'.

@nicojs nicojs enabled auto-merge (squash) December 2, 2021 17:25
@nicojs nicojs merged commit 990ecdc into stryker-mutator:master Dec 2, 2021
@nicojs
Copy link
Member

nicojs commented Dec 2, 2021

Thx! Released in v5.5.1

@kamontat kamontat deleted the patch-1 branch December 3, 2021 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants