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
This is a little tricky because we actually call require on retro.config.js and therefore we need to transpile it on the fly. We could use transormSync but then we have to load it into memory via new Function or some trick like that. JSDoc-tyle comments may make sense here.
Then we can support rich typing for configurations. (Alternatively there is JS Docs, which Svelte / Vite has used in the past)
The text was updated successfully, but these errors were encountered: