import { defineConfig } from '@tuyau/core'; const tuyauConfig = defineConfig({ codegen: {}, }); export default tuyauConfig;