all repos — simple-discord-music-bot @ 858558392fd3953294b6c45ca9951af53a9f1e27

A Discord bot making use of discord.js and play-yt.

tsconfig.json (view raw)

 1{
 2    "compilerOptions": {
 3      "outDir": "build",
 4      "allowJs": true,
 5      "target": "ESNext",
 6      "moduleResolution": "NodeNext",
 7      "module": "NodeNext",
 8      "sourceMap": true
 9    },
10    "include": ["./src/**/*"]
11  }