UNPKG

fast-discord-js

Version:

FastDiscordJS is an unofficial extension of the 'discord.js' library. Our extension aims to simplify the development of Discord bots, promoting cleaner code and easier maintenance.

19 lines (18 loc) 540 B
{ "compilerOptions": { "target": "es2016", "module": "nodenext", // Alterar para 'nodenext' "moduleResolution": "nodenext", // Configuração de resolução de módulos "rootDir": "./src", "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "declaration": true, "skipLibCheck": true, "baseUrl": "./", "paths": { "*": ["src/*"] // Ajuste conforme sua estrutura de diretórios } } }