mirror of
https://github.com/zoriya/v10.git
synced 2026-08-08 23:27:58 +00:00
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
export default {
|
|
components: ['./src/core/ui/*/*-component.ts'],
|
|
output: './src/core/ui/components.generated.ts',
|
|
runtimeImport: '../../jsx-runtime',
|
|
};
|