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

chore: fix tsconfig problems #9579

Merged
merged 5 commits into from
Mar 28, 2024
Merged

chore: fix tsconfig problems #9579

merged 5 commits into from
Mar 28, 2024

Conversation

mattkrick
Copy link
Member

when trying to get the embedder tests to pass I saw the culprit was unimported files in the tsconfig.
To fix, I just simplified all tsconfigs so we don't list individual files or directories to check. It just does the whole package.

This causes a BUNCH of typescript errors because some files like test files weren't getting checked. There were some files that weren't used, so those are getting checked, too.

No need for a review because I didn't change any runtime code, just types.

This unblocks my work on the embedder PR

Signed-off-by: Matt Krick <[email protected]>
Signed-off-by: Matt Krick <[email protected]>
Signed-off-by: Matt Krick <[email protected]>
@mattkrick mattkrick merged commit d1af0f1 into master Mar 28, 2024
5 checks passed
@mattkrick mattkrick deleted the chore/tsc-fix branch March 28, 2024 23:32
@github-actions github-actions bot mentioned this pull request Apr 1, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant