Skip to content

Commit

Permalink
Update TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Oct 17, 2024
1 parent e251c3e commit f0271d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.7.6",
"@types/signale": "^1.4.7",
"prisma": "^5.21.0",
"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
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ESNext",
"lib": ["ESNext", "WebWorker"],
"module": "CommonJS",
"moduleResolution": "node",
"declaration": true,
"sourceMap": false,
"removeComments": true,
"importHelpers": true,
"strict": true,
"esModuleInterop": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit f0271d6

Please sign in to comment.