mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:43:35 +00:00 
			
		
		
		
	fix tsc build error for @actions/http-client
fix error `@actions/http-client/interfaces.d.ts:29:16 - error TS2304: Cannot find name 'URL'`
This commit is contained in:
		
							parent
							
								
									f658dc5bd7
								
							
						
					
					
						commit
						b47af30f46
					
				@ -2,9 +2,6 @@
 | 
				
			|||||||
  "compilerOptions": {
 | 
					  "compilerOptions": {
 | 
				
			||||||
    "target": "es6",                          /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
 | 
					    "target": "es6",                          /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
 | 
				
			||||||
    "module": "commonjs",                     /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
 | 
					    "module": "commonjs",                     /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
 | 
				
			||||||
    "lib": [
 | 
					 | 
				
			||||||
      "es6"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "outDir": "./lib",                        /* Redirect output structure to the directory. */
 | 
					    "outDir": "./lib",                        /* Redirect output structure to the directory. */
 | 
				
			||||||
    "rootDir": "./src",                       /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
 | 
					    "rootDir": "./src",                       /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
 | 
				
			||||||
    "sourceMap": true,
 | 
					    "sourceMap": true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user