11 lines
		
	
	
		
			217 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			217 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../tsconfig.json",
 | 
						|
  "include": ["**/*.ts"],
 | 
						|
  "compilerOptions": {
 | 
						|
    "types": ["cypress", "node", "cypress-wait-until"],
 | 
						|
    "lib": ["es2015", "dom"],
 | 
						|
    "allowJs": true,
 | 
						|
    "noEmit": true,
 | 
						|
  }
 | 
						|
}
 |