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

Exclude tsconfig.json from output #3643

Merged
merged 1 commit into from Jan 1, 2022
Merged

Exclude tsconfig.json from output #3643

merged 1 commit into from Jan 1, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jan 1, 2022

tsconfig.json was showing up in projects consuming the library, causing those projects to error on build. This change stops tsconfig.json from being included in output, which fixes the problem. Build Action remains 'Content' which is required for tsconfig.json.

Checklist:

The PR is submitted to the correct branch (dev).
✔️ My code follows the code style of this project.
❌ I've added relevant tests.

@mudbot mudbot bot added the needs review label Jan 1, 2022
@ghost ghost mentioned this pull request Jan 1, 2022
2 tasks
@ghost
Copy link
Author

ghost commented Jan 1, 2022

#3644

@mikes-gh mikes-gh merged commit 4677eec into MudBlazor:dev Jan 1, 2022
@mikes-gh
Copy link
Contributor

mikes-gh commented Jan 1, 2022

Thanks 👍

@ghost ghost deleted the fix/do-not-include-tsconfig-in-output branch January 1, 2022 17:48
@Garderoben Garderoben added this to the 6.0.4 milestone Jan 2, 2022
mikes-gh pushed a commit to mikes-gh/MudBlazor that referenced this pull request Jan 3, 2022
mikes-gh pushed a commit that referenced this pull request Jan 3, 2022
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

3 participants