mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import path from 'path';
 | 
						|
 | 
						|
import { defineConfig } from '@tmagic/cli';
 | 
						|
 | 
						|
export default defineConfig({
 | 
						|
  packages: [path.join(__dirname, '../../packages/ui-react')],
 | 
						|
  componentFileAffix: '.tsx',
 | 
						|
});
 |