You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it looks like there are some problems with TypeScript imports in this package. When running node_modules/.bin/tsc in the root directory of the project, after npm install, we get this:
Hi, it looks like there are some problems with TypeScript imports in this package. When running
node_modules/.bin/tsc
in the root directory of the project, afternpm install
, we get this:Also, when building a package which depends on
xmldsigjs
:Looks like
index.d.ts
references a module that was not imported at the top.The text was updated successfully, but these errors were encountered: