UNPKG

create-discord-bot

Version:

A simple way to create a startup Discord bot.

14 lines (13 loc) 334 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": ["@sapphire/ts-config", "@sapphire/ts-config/extra-strict"], "compilerOptions": { "declaration": false, "declarationMap": false, "module": "NodeNext", "moduleResolution": "NodeNext", "target": "ESNext", "outDir": "dist", "skipLibCheck": true } }