migrate to typescript, with fixes
This commit is contained in:
		
							
								
								
									
										17
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | ||||
| { | ||||
|     "name": "data-extractor", | ||||
|     "scripts": { | ||||
|         "dev": "webpack --mode=development --devtool=inline-source-map --watch", | ||||
|         "prod": "webpack --mode=production" | ||||
|     }, | ||||
|     "devDependencies": { | ||||
|         "@types/chrome": "0.0.91", | ||||
|         "@types/node": "^13.1.6", | ||||
|         "copy-webpack-plugin": "^5.1.1", | ||||
|         "ts-loader": "^6.2.1", | ||||
|         "tslint": "^5.20.1", | ||||
|         "typescript": "^3.7.4", | ||||
|         "webpack": "^4.41.5", | ||||
|         "webpack-cli": "^3.3.10" | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user