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 builds for stricter tsc checks #639

Merged
merged 4 commits into from
Dec 13, 2024
Merged

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Dec 13, 2024

PR Checklist

Overview

Since output .js and .d.ts files are done using tsup, I changed the TSConfig to assume a bundler for module resolution.

Also updates the sync markdownlint API used in tests from require('markdownlint').sync to require('markdownlint/sync').lint.

💖

@JoshuaKGoldberg
Copy link
Owner Author

Well, most things are unbroken with this. I'll fix up main with other stuff.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 65b905f into main Dec 13, 2024
9 of 11 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the fix-tsc-builds branch December 13, 2024 22:31
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.

🛠 Tooling: Internal type-checking broken on latest markdownlint
1 participant