shuGH / vscode-table-formatter

Table formatter extension for VSCode.
MIT License
49 stars 12 forks source link

Fix Build Process #31

Open manuth opened 2 years ago

manuth commented 2 years ago

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.