vscode-table-formatter
vscode-table-formatter copied to clipboard
Fix Build Process
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.