antonmedv/finder

Type info declaration file (.d.ts)

jccr opened this issue · 1 comments

jccr commented

I'm trying to use this in a typescript project as a dependency.
After importing I get this error in the TS compiler:

semantic error TS7016 Could not find a declaration file for module '@medv/finder'. '/Users/abc/xyz/node_modules/@medv/finder/dist/index.js' implicitly has an 'any' type.
  Try `npm install @types/medv__finder` if it exists or add a new declaration (.d.ts) file containing `declare module 'medv__finder';

Could you publish the generated typings file? Thanks!

Can you Create pr?