mirror of
				https://github.com/docker/setup-buildx-action.git
				synced 2025-11-04 06:34:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			337 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			337 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es6",
 | 
						|
    "module": "commonjs",
 | 
						|
    "lib": [
 | 
						|
      "es6",
 | 
						|
      "dom"
 | 
						|
    ],
 | 
						|
    "newLine": "lf",
 | 
						|
    "outDir": "./lib",
 | 
						|
    "rootDir": "./src",
 | 
						|
    "strict": true,
 | 
						|
    "noImplicitAny": false,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "sourceMap": true
 | 
						|
  },
 | 
						|
  "exclude": ["node_modules", "**/*.test.ts"]
 | 
						|
}
 |