Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Jul 4, 2024
1 parent 42b9f33 commit c62794e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@countbot/djs-commander",
"version": "1.0.0",
"version": "1.1.0",
"description": "Command handler for discord.js",
"type": "module",
"author": "Rick-vm",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"outDir": "./build",
"sourceMap": true,
"declaration": true,
"strict": true,
"removeComments": true,
"isolatedModules": true,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
},
"include": ["./src/"]
Expand Down

0 comments on commit c62794e

Please sign in to comment.