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
master
jay 3 years ago
parent 1597acca72
commit a0ffaf1654
  1. 1
      package.json

@ -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"

Loading…
Cancel
Save