mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
// We need this file to run ESLint on our tests
 | 
						|
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#configuration
 | 
						|
{
 | 
						|
    // extend your base config so you don't have to redefine your compilerOptions
 | 
						|
    "extends": "./tsconfig.json",
 | 
						|
    "include": ["src/**/*.ts", "test/**/*.ts"]
 | 
						|
  }
 |