Building the extension using vsce package is currently not possible.
The @types/node-dependency contains expressions which require at least typescript v3 in order to be interpreted and compiled correctly.
Changes made in this PR will update typescript to v3 making this package able to build again.
Building the extension using
vsce package
is currently not possible. The@types/node
-dependency contains expressions which require at leasttypescript
v3 in order to be interpreted and compiled correctly.Changes made in this PR will update
typescript
to v3 making this package able to build again.