You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my investigation, it seems that the fix would be to bump the dependency to typescript to 5.5+. But I prefer having your go if any before opening any PR or waiting for yours.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
Question
Answer
@microsoft/api-extractor version?
7.47.5
Operating system?
GNU/Linux
API Extractor scenario?
Would you consider contributing a PR?
TypeScript compiler version?
5.4.2 (the one pulled by api-extractor), mine is 5.5.4
Node.js version (node -v)?
20.14.0
The text was updated successfully, but these errors were encountered:
Summary
api-extractor
does not support the newly addedisolatedDeclaration
flag in tsconfig files.Repro steps
Simply add the flag
isolatedDeclaration
to either true or false in a tsconfig file and run api-extractor.Expected result: Should not throw about unrecognized flag
Actual result: Throws "Error parsing tsconfig.json content: Unknown compiler option 'isolatedDeclarations'"
Details
From my investigation, it seems that the fix would be to bump the dependency to typescript to 5.5+. But I prefer having your go if any before opening any PR or waiting for yours.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/api-extractor
version?node -v
)?The text was updated successfully, but these errors were encountered: