mirror of
				https://gitee.com/actions-mirror/upload-artifact.git
				synced 2025-11-04 12:11:19 +08:00 
			
		
		
		
	* V2 Preview (#54) * V2 Upload Artifact * Improve logs * Update release * Update test.yml * Update test.yml * Update test.yml * @actions/artifact v0.2.0 package * Add extra YAML test * Extra Documentation * Update README.md * Update README.md * Update NPM packages * Update to @actions/artifact 0.3.1 * Update readme from v2 preview to v2 * Add .gitattributes * Misc Updates * macOS to macos * Update YAML so only push events trigger on the master branch
		
			
				
	
	
		
			17 lines
		
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "compilerOptions": {
 | 
						|
      "target": "es6",
 | 
						|
      "module": "commonjs",
 | 
						|
      "outDir": "./lib",
 | 
						|
      "rootDir": "./src",
 | 
						|
      "strict": true,
 | 
						|
      "noImplicitAny": false,
 | 
						|
      "moduleResolution": "node",
 | 
						|
      "allowSyntheticDefaultImports": true,
 | 
						|
      "esModuleInterop": true,
 | 
						|
      "declaration": false,
 | 
						|
      "sourceMap": true,
 | 
						|
      "lib": ["es6"]
 | 
						|
    },
 | 
						|
    "exclude": ["node_modules", "**/*.test.ts"]
 | 
						|
  } |