fix(core): update
This commit is contained in:
		
							
								
								
									
										752
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										752
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @@ -15,16 +15,16 @@ | ||||
|     "build": "(tsbuild)" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@gitzone/tsbuild": "^2.1.27", | ||||
|     "@types/node": "^16.10.1", | ||||
|     "node-fetch": "^3.0.0", | ||||
|     "@gitzone/tsbuild": "^2.1.29", | ||||
|     "@types/node": "^17.0.21", | ||||
|     "node-fetch": "^3.2.2", | ||||
|     "tslint": "^6.1.2", | ||||
|     "tslint-config-prettier": "^1.18.0" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@pushrocks/smartfile": "^8.0.10", | ||||
|     "ts-node": "^10.2.1", | ||||
|     "typescript": "^4.4.3" | ||||
|     "@pushrocks/smartfile": "^9.0.6", | ||||
|     "ts-node": "^10.7.0", | ||||
|     "typescript": "^4.6.2" | ||||
|   }, | ||||
|   "private": false, | ||||
|   "files": [ | ||||
|   | ||||
| @@ -4,12 +4,13 @@ import { CompilerOptions } from 'typescript'; | ||||
|  | ||||
| const defaultTsNodeOptions: tsNode.CreateOptions = { | ||||
|   compilerOptions: { | ||||
|     lib: ['es2016', 'es2017', 'dom'], | ||||
|     lib: ['dom'], | ||||
|     target: <any>'es2020', // Script Target should be a string -> 2 is for ES2015 | ||||
|     experimentalDecorators: true, | ||||
|     esModuleInterop: true, | ||||
|     strictNullChecks: false, | ||||
|     moduleResolution: <any>'node', | ||||
|     moduleResolution: <any>'node12', | ||||
|     module: <any>'es2020', | ||||
|     importsNotUsedAsValues: <any>'preserve', | ||||
|   } as CompilerOptions, | ||||
|   skipIgnore: true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user