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
It should be easy to debug the packages. We can do that by fixing the package.json of the packages to point to the src folder TS main file. And change the package.json in the dist folder. This way you can use workspaces/link to debug the TS files.
The text was updated successfully, but these errors were encountered:
It should be easy to debug the packages. We can do that by fixing the
package.json
of the packages to point to the src folder TS main file. And change thepackage.json
in the dist folder. This way you can use workspaces/link to debug the TS files.The text was updated successfully, but these errors were encountered: