Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
build: Include discord.js and klasa types
Browse files Browse the repository at this point in the history
Should solve the problems TypeScript has with module augmentation not being recognized.
  • Loading branch information
kyranet committed Jun 23, 2019
1 parent 00d4c5c commit 1a08767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -25,7 +25,7 @@
"strictFunctionTypes": true,
"strictBindCallApply": true,
"target": "esnext",
"types": ["node"]
"types": ["node", "discord.js", "klasa"]
},
"include": [
"./src/**/*"
Expand Down

0 comments on commit 1a08767

Please sign in to comment.