Skip to content

Commit

Permalink
Changed to use tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Oct 28, 2024
1 parent 292425d commit 54e97ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@types/node": "^22.8.1",
"@types/signale": "^1.4.7",
"prisma": "^5.21.1",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand All @@ -52,6 +51,7 @@
"node-system-stats": "^1.3.0",
"signale": "^1.4.0",
"topgg-autoposter": "^2.0.2",
"tslib": "^2.8.0",
"undici": "^6.20.1",
"zod": "^3.23.8"
},
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"moduleResolution": "node",
"declaration": true,
"sourceMap": false,
"removeComments": true,
"importHelpers": true,
"strict": true,
"esModuleInterop": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 54e97ba

Please sign in to comment.