Types are now auto-generated by default. You can opt-out of this behavior by setting: ```ts buildConfig({ // Rest of config typescript: { autoGenerate: false }, }) ```
Co-authored-by: James <james@trbl.design>