mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-11-04 04:23:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			310 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			310 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es6",
 | 
						|
    "module": "commonjs",
 | 
						|
    "outDir": "./lib",
 | 
						|
    "rootDir": "./src",
 | 
						|
    "strict": true,
 | 
						|
    "noImplicitAny": false,
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "esModuleInterop": true
 | 
						|
  },
 | 
						|
  "exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
 | 
						|
} |