mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 09:22:11 +08:00 
			
		
		
		
	Create tsconfig.json
This commit is contained in:
		
							
								
								
									
										29
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | |||||||
|  |  | ||||||
|  | { | ||||||
|  |   "compilerOptions": { | ||||||
|  |     "target": "ES2018", | ||||||
|  |     "module": "CommonJS", | ||||||
|  |     "moduleResolution": "Node", | ||||||
|  |     "resolveJsonModule": true, | ||||||
|  |     "lib": [ | ||||||
|  |       "ES2018", | ||||||
|  |       "ES2019", | ||||||
|  |       "ES2020", | ||||||
|  |       "ESNext" | ||||||
|  |     ], | ||||||
|  |     "preserveConstEnums": true, | ||||||
|  |     "incremental": false, | ||||||
|  |     "declaration": true, | ||||||
|  |     "sourceMap": true, | ||||||
|  |     "importHelpers": false, | ||||||
|  |     "strict": true, | ||||||
|  |     "pretty": true, | ||||||
|  |     "noUnusedLocals": true, | ||||||
|  |     "noUnusedParameters": true, | ||||||
|  |     "noImplicitReturns": true, | ||||||
|  |     "noFallthroughCasesInSwitch": true, | ||||||
|  |     "esModuleInterop": true, | ||||||
|  |     "experimentalDecorators": true, | ||||||
|  |     "emitDecoratorMetadata": true | ||||||
|  |   } | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user