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
In the latest 0.8.1 release I guess the type folder is missing,
the current version does not work on my side and I see an entry in the package json:
"types": "types/index.d.ts",
that points to types/index.d.ts..but there is no types folder.
You probably need to add "types" to "files": [..] inside package.json to add this files for publishing.
Thanks
Simon
The text was updated successfully, but these errors were encountered:
In the latest 0.8.1 release I guess the type folder is missing,
the current version does not work on my side and I see an entry in the package json:
"types": "types/index.d.ts",
that points to types/index.d.ts..but there is no types folder.
You probably need to add "types" to "files": [..] inside package.json to add this files for publishing.
Thanks
Simon
The text was updated successfully, but these errors were encountered: