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 Nov 5, 2024
1 parent 517d24b commit 9b2b986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/i18n": "^0.13.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/signale": "^1.4.7",
"prisma": "^5.21.1",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
},
"dependencies": {
Expand All @@ -48,10 +47,11 @@
"dotenv": "^16.4.5",
"genius-lyrics-api": "^3.2.1",
"i18n": "^0.15.1",
"lavalink-client": "github:tomato6966/lavalink-client",
"lavalink-client": "^2.4.1",
"node-system-stats": "^1.3.0",
"signale": "^1.4.0",
"topgg-autoposter": "^2.0.2",
"tslib": "^2.8.1",
"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 9b2b986

Please sign in to comment.