9 lines
		
	
	
		
			148 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			148 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "./tsconfig",
 | 
						|
  "exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"],
 | 
						|
  "compilerOptions": {
 | 
						|
    "types": ["node"]
 | 
						|
  },
 | 
						|
 | 
						|
}
 |