Set build target to es2020
This commit is contained in:
		
							parent
							
								
									9f4204b815
								
							
						
					
					
						commit
						2dec83735b
					
				| @ -7,15 +7,15 @@ | ||||
|     "declaration": false, | ||||
|     "downlevelIteration": true, | ||||
|     "experimentalDecorators": true, | ||||
|     "module": "ES2022", | ||||
|     "module": "ES2020", | ||||
|     "moduleResolution": "node", | ||||
|     "importHelpers": true, | ||||
|     "target": "ES2022", | ||||
|     "target": "ES2020", | ||||
|     "typeRoots": [ | ||||
|       "node_modules/@types" | ||||
|     ], | ||||
|     "lib": [ | ||||
|       "ES2022", | ||||
|       "ES2020", | ||||
|       "dom", | ||||
|       "dom.iterable" | ||||
|     ] | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
|   "extends": "./tsconfig.app.json", | ||||
|   "compilerOptions": { | ||||
|     "outDir": "./out-tsc/server", | ||||
|     "target": "ES2022", | ||||
|     "target": "ES2020", | ||||
|     "sourceMap": true, | ||||
|     "types": [ | ||||
|       "node" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user