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
A few times now after the package is built and published it throws a type error once imported by clients. Thus far this has been due to *.d.ts files not being included in the package.
A means of checking for this problem before publication is desired.
Use the standard Stack implementation to test?
npm pack
npm init a subfolder with Stack implementation
npm install dependency from local file package
check for errors
The text was updated successfully, but these errors were encountered:
A few times now after the package is built and published it throws a type error once imported by clients. Thus far this has been due to
*.d.ts
files not being included in the package.A means of checking for this problem before publication is desired.
Use the standard Stack implementation to test?
The text was updated successfully, but these errors were encountered: