UNPKG

create-discord-bot

Version:

A simple way to create a startup Discord bot.

9 lines (8 loc) 207 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "./tsconfig.json", "compilerOptions": { "allowJs": true }, "include": ["*.ts", "*.tsx", "*.js", "*.cjs", "*.mjs", "src", "bin"] }