add ityped, add strapi type generate plugin

This commit is contained in:
Schneider Roland
2025-01-11 18:07:12 +01:00
parent 85587489f5
commit ff905d0d65
9 changed files with 760 additions and 280 deletions

View File

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