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
Right now we are just shipping the tyepscript as is, we need to transpile this to JS + include the dts type defs. We are already using vite in the project so we should probably just use that, although esbuild is faster and would be fine here.
Right now we are just shipping the tyepscript as is, we need to transpile this to JS + include the dts type defs. We are already using vite in the project so we should probably just use that, although esbuild is faster and would be fine here.