Add @types/node
This commit is contained in:
parent
b7e12051ee
commit
6dbbeddfe1
@ -30,7 +30,8 @@
|
|||||||
"lint-staged": "^11.1.2",
|
"lint-staged": "^11.1.2",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.3.2",
|
||||||
"ts-node-dev": "^1.1.8",
|
"ts-node-dev": "^1.1.8",
|
||||||
"typescript": "^4.4.2"
|
"typescript": "^4.4.2",
|
||||||
|
"@types/node": "^16.9.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*": "prettier --write --ignore-unknown"
|
"**/*": "prettier --write --ignore-unknown"
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
console.log('Welcome to TS Project!');
|
Loading…
Reference in New Issue
Block a user