Skip to content

Commit

Permalink
Update node config and add types
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Jan 12, 2024
1 parent edd619b commit fb360ee
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
3 changes: 2 additions & 1 deletion bingus-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"wink-nlp": "^1.14.3"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1"
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.11.0"
}
}
2 changes: 1 addition & 1 deletion bingus-bot/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
Expand Down
50 changes: 34 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb360ee

Please sign in to comment.