I typically have index.ts with content: ```typescript export * from '@/A'; export * from '@/B'; ``` This syntax does not work with your transformer.