vscode-table-formatter icon indicating copy to clipboard operation
vscode-table-formatter copied to clipboard

Fix Build Process

Open neurolag opened this issue 3 years ago • 0 comments

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.

neurolag avatar Mar 29 '22 12:03 neurolag