Conversation
|
| "compilerOptions": { | ||
| "outDir": "lib", | ||
| "rootDir": "src", | ||
| "skipLibCheck": true, |
There was a problem hiding this comment.
This seemed like the least invasive way to resolve the build issue related to api-extractor. If there's a better way, let me know!
There was a problem hiding this comment.
What's the issue that shows up without this?
There was a problem hiding this comment.
@iclanton I ran into these build errors: https://github.com/microsoft/rushstack/actions/runs/20974606343/job/60286286855#step:8:7346
There was a problem hiding this comment.
If I have time this week I'll fix this PR up and look at removing this.
There was a problem hiding this comment.
I tried a few things but it seems like the heft-typescript-v3-test + typescript@5.9 + @types/node@17 don't work well together and setting skipLibCheck to true was the only way to avoid the new 5.9 types from conflicting.
| "compilerOptions": { | ||
| "outDir": "lib", | ||
| "rootDir": "src", | ||
| "skipLibCheck": true, |
There was a problem hiding this comment.
What's the issue that shows up without this?
...on/changes/@rushstack/heft-isolated-typescript-transpile-plugin/ts-5.9_2026-01-13-22-17.json
Outdated
Show resolved
Hide resolved
|
+1 |
…lugin/ts-5.9_2026-01-13-22-17.json Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
Summary
Fixes #5544
Details
Based on #5157.
How it was tested
Impacted documentation