* upgraded to Node16 * Enforce Prettier * code fix * jest version change and prettify code Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
   "compilerOptions": {
 | 
						|
      "target": "ES6",
 | 
						|
      "module": "commonjs"
 | 
						|
   },
 | 
						|
   "exclude": ["node_modules", "test"]
 | 
						|
}
 |