module.exports = {
compiler: {
relay: {
// This should match relay.config.js
src: './',
artifactDirectory: './__generated__',
language: 'typescript',
},
styledComponents: true,
removeConsole: true,
reactRemoveProperties: true,
},
}