hsen-dev / vscode-elastic

Elasticsearch for VSCode
https://marketplace.visualstudio.com/items?itemName=ria.elastic
The Unlicense
164 stars 27 forks source link

fix(compile): Upgrade TypeScript to v4.1.3 in order to fix compile command #55

Closed vymarkov closed 3 years ago

vymarkov commented 3 years ago

I've faced with issue that did't allow to compile typescript files in order to publish extension to Open VSX registry due to issue during compilation. I've upgraded TypeScript to v4.1.3 to fix this issue.

image