mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "presets": [
 | 
						|
    ["@babel/env", {
 | 
						|
      "loose": true,
 | 
						|
      "targets": {
 | 
						|
        "browsers": ["last 2 versions", "safari >= 7", "ie 9"],
 | 
						|
        "node": "6"
 | 
						|
      }
 | 
						|
    }]
 | 
						|
  ],
 | 
						|
  "env": {
 | 
						|
    "test": {
 | 
						|
      "plugins": ["./scripts/lib/arrow-function-coverage-fix", "istanbul"]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "ignore": [
 | 
						|
    "scripts/lib/arrow-function-coverage-fix.js"
 | 
						|
  ]
 | 
						|
}
 |