mirror of
				https://github.com/theoludwig/html-w3c-validator.git
				synced 2025-05-21 23:21:29 +02:00 
			
		
		
		
	chore: simplify .swcrc config
This commit is contained in:
		
							
								
								
									
										14
									
								
								.swcrc
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								.swcrc
									
									
									
									
									
								
							| @@ -3,21 +3,11 @@ | ||||
|   "jsc": { | ||||
|     "parser": { | ||||
|       "syntax": "typescript", | ||||
|       "decorators": true, | ||||
|       "dynamicImport": true | ||||
|     }, | ||||
|     "transform": { | ||||
|       "legacyDecorator": true, | ||||
|       "decoratorMetadata": true | ||||
|     }, | ||||
|     "target": "es2022", | ||||
|     "loose": true | ||||
|     "target": "es2022" | ||||
|   }, | ||||
|   "module": { | ||||
|     "type": "es6", | ||||
|     "strict": false, | ||||
|     "strictMode": true, | ||||
|     "lazy": false, | ||||
|     "noInterop": false | ||||
|     "type": "es6" | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user