UNPKG

discord.js-better-embed

Version:

A npm package that helps you create better Discord Embeds using discord.js.

16 lines (15 loc) 283 B
{ "compilerOptions": { "declaration": true, "esModuleInterop": true, "lib": ["ES2023"], "module": "NodeNext", "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "rootDir": "src", "skipLibCheck": true, "strict": true, "target": "ES2023" } }