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