7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
export default () => ({
|
|
'schemas-to-ts': {
|
|
enabled: true,
|
|
destinationFolder: "generated-types"
|
|
},
|
|
});
|