winkjs / wink-eng-lite-web-model

English lite language model for Web Browsers
MIT License
11 stars 8 forks source link

Typescript configuration error #4

Closed pimpale closed 2 years ago

pimpale commented 2 years ago

Hi,

Currently I have this error when I try to import wink-eng-lite-web-model:

Could not find a declaration file for module 'wink-eng-lite-web-model'

This is because I made an error in the previous pull request that I sent. In the package.json, there is the line:

"types": "types/wink-eng-lite-model.d.ts"

This should be changed to:

"types": "types/index.d.ts"

Thanks, Govind Pimpale

sanjayaksaxena commented 2 years ago

Thanks for highlighting — released a new version with the fix.