Co-authored-by: Adam Bem <adam.bem@zoho.eu> Co-authored-by: Adam Bem <bema@noreply.example.com> Reviewed-on: #244
		
			
				
	
	
		
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "@tsconfig/node18/tsconfig.json",
 | 
						|
  "include": [
 | 
						|
    "vite.config.*",
 | 
						|
    "vitest.config.*",
 | 
						|
    "cypress.config.*",
 | 
						|
    "nightwatch.conf.*",
 | 
						|
    "playwright.config.*"
 | 
						|
  ],
 | 
						|
  "compilerOptions": {
 | 
						|
    "composite": true,
 | 
						|
    "module": "ESNext",
 | 
						|
    "types": ["node"]
 | 
						|
  }
 | 
						|
}
 |