add strapi types

This commit is contained in:
Schneider Roland
2025-01-11 20:58:03 +01:00
parent 35dcd6ab22
commit ea3a2e3366
22 changed files with 540 additions and 3 deletions

View File

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