mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
9 lines
209 B
JavaScript
9 lines
209 B
JavaScript
import { defineConfig } from '@videojs/compiler';
|
|
|
|
export default defineConfig({
|
|
generate: {
|
|
components: ['./src/core/ui/*/*-component.ts'],
|
|
output: './src/core/ui/components.generated.ts',
|
|
},
|
|
});
|