'Package strict-paredit-vscode does not compile

I forked project strict-paredit-vscode in GitHub and cloned it to my computer. Now VSCode gives the following error when trying to build the local copy:

Property 'writeSync' does not exist on type 'typeof import("/home/tohoyn/node_modules/clipboardy/index")'.

The directory node_modules/clipboardy contains files index.js and index.d.ts, which both contain definition for writeSync. What is wrong here?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source