mirror of
				https://github.com/bolucat/Archive.git
				synced 2025-10-30 19:36:59 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   presets: [
 | |
|     ['@babel/preset-env', { targets: { node: 'current' } }],
 | |
|     '@babel/preset-typescript',
 | |
|   ],
 | |
| }
 | 
