15 lines
		
	
	
		
			211 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			211 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "plugins": [
 | 
						|
    "@babel/plugin-proposal-class-properties"
 | 
						|
  ],
 | 
						|
  "presets": [
 | 
						|
    [
 | 
						|
      "@babel/preset-env",
 | 
						|
      {
 | 
						|
        "targets": {
 | 
						|
          "node": "12"
 | 
						|
        }
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
} |