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

[Vue] fix error in tsconfig.json (include matching no files) #18102

Merged
merged 3 commits into from Oct 6, 2021

Conversation

diosmosis
Copy link
Member

Description:

Introduced in recent period spec migration, if "include" in tsconfig.json does not match any files

This isn't the best fix, but it works for now. I also tried adding tsconfig.json files to individual vue subfolders and cd-ing into them before building, so the src/ paths would match, but that ended up giving me the same error I was getting on windows using the as-is config.

Review

@diosmosis diosmosis added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Oct 6, 2021
@diosmosis diosmosis added this to the 4.6.0 milestone Oct 6, 2021
@diosmosis diosmosis merged commit e105c3b into 4.x-dev Oct 6, 2021
@diosmosis diosmosis deleted the vue-fix-typescript-error branch October 6, 2021 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants