Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			313 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			313 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "esnext",
 | 
						|
    "module": "NodeNext",
 | 
						|
    "moduleResolution": "NodeNext",
 | 
						|
    "noUnusedParameters": false,
 | 
						|
    "tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
 | 
						|
    "paths": {}
 | 
						|
  },
 | 
						|
  "include": ["./*.js", "./.eslintrc.cjs"]
 | 
						|
}
 |