add ityped, add strapi type generate plugin

This commit is contained in:
Schneider Roland
2025-01-11 19:24:01 +01:00
parent a7c84bf65c
commit 35dcd6ab22
3 changed files with 274 additions and 1 deletions

View File

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