benfred/venn.js

could not find a declaration file for module 'venn.js' in React

indhumathys0 opened this issue · 1 comments

Hi,

import venn from "venn.js" and import * as from venn from "venn.js" is working fine in React. But getting below error while project team members taking pull and doing npm install to import the dependencies in the project. we need to install separately "npm install venn.js" , then it's working fine. But in server environment it will load the dependencies and throwing the below error.please provide a solution ASAP,
issue

I don't think that this version of the library comes with TypeScript typings. You could give my fork at https://github.com/upsetjs/venn.js a try