yogastic/yoga-cms/config/plugins.ts
2025-01-11 18:07:12 +01:00

7 lines
126 B
TypeScript

export default () => ({
'schemas-to-ts': {
enabled: true,
destinationFolder: "generated-types"
},
});