Skip to content

Commit 9590d63

Browse files
committed
Install typescript and @types/node
1 parent 0a7e7ea commit 9590d63

File tree

3 files changed

+56
-1
lines changed

3 files changed

+56
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules/

package-lock.json

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
"bugs": {
1818
"url": "https://github.com/devbanana/typescript-example/issues"
1919
},
20-
"homepage": "https://github.com/devbanana/typescript-example#readme"
20+
"homepage": "https://github.com/devbanana/typescript-example#readme",
21+
"devDependencies": {
22+
"@types/node": "^16.10.1",
23+
"typescript": "^4.4.3"
24+
}
2125
}

0 commit comments

Comments
 (0)