build(typescript): 🚨 add @types dep to satisfy typescript errors
Typescript linter had an error that `require` was undefined. This happened after updating Nodejs from 14.15 to 14.16. Not sure if this should be a global dep or local
This commit is contained in:
		| @@ -30,6 +30,7 @@ | ||||
|   }, | ||||
|   "homepage": "https://github.com/PrismarineJS/prismarine-template#readme", | ||||
|   "devDependencies": { | ||||
|     "@types/node": "^14.14.35", | ||||
|     "jest": "^26.6.3", | ||||
|     "require-self": "^0.2.3", | ||||
|     "typescript": "^4.2.3" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user