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
I would like to parse a tsconfig.json file with target: "es2023". However, that results in the error Error parsing tsconfig.json content: Argument for '--target' option must be: 'es5', 'es6', 'es2015', 'es2016', 'es2017', 'es2018', 'es2019', 'es2020', 'es2021', 'es2022', 'esnext'.
I suspect the problem is that es2023 was only added to Typescript 5.5, but api-extractor still uses 5.4.2.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
Summary
I would like to parse a
tsconfig.json
file withtarget: "es2023"
. However, that results in the errorError parsing tsconfig.json content: Argument for '--target' option must be: 'es5', 'es6', 'es2015', 'es2016', 'es2017', 'es2018', 'es2019', 'es2020', 'es2021', 'es2022', 'esnext'.
I suspect the problem is that
es2023
was only added to Typescript 5.5, butapi-extractor
still uses5.4.2
.Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/api-extractor
version?7.47.7
5.4.2
node -v
)?22.7.0
The text was updated successfully, but these errors were encountered: