mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  presets: [
 | 
						|
    [
 | 
						|
      '@babel/preset-env',
 | 
						|
      {
 | 
						|
        targets: {
 | 
						|
          node: 'current'
 | 
						|
        }
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
}
 |