jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.53k stars 22 forks source link

Please verify that the package.json has a valid "main" entry #90

Closed jlarmstrongiv closed 2 years ago

jlarmstrongiv commented 2 years ago

The package.json.main property is set as "main": "lib/index.js",, a file that does not exist. I expected main to be set as "main": "lib/cli.js",.