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
Is the only way to do it to have a build process that compiles the ts to js and then ships the js as the cli root (when someone does a npm i -g of the cli)? I can't get past the "unexpected token" errors when importing and exporting interfaces.
The text was updated successfully, but these errors were encountered:
Hey @danludwig ! We have a build process built-in to the generated Gluegun CLI that you can run with yarn build. If you want it to generate TS types, add this to your tsconfig.json:
Is the only way to do it to have a build process that compiles the ts to js and then ships the js as the cli root (when someone does a
npm i -g
of the cli)? I can't get past the "unexpected token" errors when importing and exporting interfaces.The text was updated successfully, but these errors were encountered: