export default () => ({ "schemas-to-ts": { enabled: true, config: { destinationFolder: "generated-strapi-interfaces", logLevel: 2 } }, 'strapi-plugin-populate-deep': { config: { defaultDepth: 3, // Default is 5 } }, });