Error:
require() of ES Module /path/node_modules/configstore/index.js from /path/dist/lib/Key.js not supported.
Instead change the require of index.js in /path/dist/lib/Key.js to a dynamic import() which is available in all CommonJS modules.
I tried changing module and target in tsconfig and added type="module" in package.json but it didin't help
configstore version: 6.0.0 nodejs version: 16.13.0 typescript version: 4.5.2
I tried changing module and target in tsconfig and added type="module" in package.json but it didin't help