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
When using elfproef in a TypeScript project, the typings are missing.
This leads to TS prompting the following:
error TS7016: Could not find a declaration file for module 'elfproef'. '/Users/lodyborgers/dev/projects/my-project/node_modules/elfproef/dist/elfproef.node.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/elfproef`if it exists or add a new declaration (.d.ts) file containing `declare module 'elfproef';`
2 import { validateBSN } from 'elfproef';
When inspecting the package files inside the node_modules folder with the previous version, I noticed that the typings directory is missing.
The text was updated successfully, but these errors were encountered:
When using
elfproef
in a TypeScript project, the typings are missing.This leads to TS prompting the following:
When inspecting the package files inside the node_modules folder with the previous version, I noticed that the
typings
directory is missing.The text was updated successfully, but these errors were encountered: