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 TsConfigJson to require paths array #404

Merged
merged 1 commit into from Jun 13, 2022
Merged

Fix TsConfigJson to require paths array #404

merged 1 commit into from Jun 13, 2022

Conversation

privatenumber
Copy link
Sponsor Contributor

Problem

Since #269, paths property in TsConfigJson is allowed to have an undefined value, but that is not correct.

VSCode doesn't allow undefined to be set:
Screen Shot 2022-06-07 at 5 00 50 PM

tsc requires a non-empty array value:

Screen Shot 2022-06-07 at 5 01 49 PM

Changes

Reverted ec64dfe

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