Skip to content

Commit

Permalink
Merge pull request #751 from hwangsihu/changed-to-use-tslib-and-remov…
Browse files Browse the repository at this point in the history
…e-comments

Changed to use tslib and enable remove comments
  • Loading branch information
LucasB25 authored Nov 28, 2024
2 parents 07abd81 + 6c1777c commit 79d5492
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/i18n": "^0.13.12",
"@types/node": "^22.8.7",
"@types/node": "^22.10.0",
"@types/signale": "^1.4.7",
"prisma": "^5.21.1",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"prisma": "^5.22.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"@top-gg/sdk": "^3.1.6",
"discord.js": "^14.16.3",
"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",
"undici": "^6.20.1",
"tslib": "^2.8.1",
"undici": "^6.21.0",
"zod": "^3.23.8"
},
"signale": {
Expand Down
1 change: 0 additions & 1 deletion src/utils/SetupSystem.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { type ColorResolvable, EmbedBuilder, type Guild, type Message, type TextChannel } from 'discord.js';

import type { Player, Track } from 'lavalink-client';
import { T } from '../structures/I18n';
import type { Lavamusic } from '../structures/index';
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 79d5492

Please sign in to comment.