Add @types/node

This commit is contained in:
Sambo Chea 2021-09-13 18:31:38 +07:00
parent b7e12051ee
commit 6dbbeddfe1
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,8 @@
"lint-staged": "^11.1.2",
"prettier": "2.3.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2"
"typescript": "^4.4.2",
"@types/node": "^16.9.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"

View File

@ -0,0 +1 @@
console.log('Welcome to TS Project!');