We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From microsoft/vscode#43342
TypeScript 2.7 now supports "target": "es2018": microsoft/TypeScript#20385 . "es2018" is currently not recognized as a valid options
"target": "es2018"
"es2018"
I'll submit a PR with a fix
The text was updated successfully, but these errors were encountered:
Add es2018 as valid target for jsconfig and tsconfig
0f98105
Fixes SchemaStore#403 TypeScript 2.7 now supports `"target": "es2018"`: microsoft/TypeScript#20385
Add es2018 as valid target for jsconfig and tsconfig (#404)
c2277f7
Fixes #403 TypeScript 2.7 now supports `"target": "es2018"`: microsoft/TypeScript#20385
No branches or pull requests
From microsoft/vscode#43342
TypeScript 2.7 now supports
"target": "es2018"
: microsoft/TypeScript#20385 ."es2018"
is currently not recognized as a valid optionsI'll submit a PR with a fix
The text was updated successfully, but these errors were encountered: