create-guilded-bot/packages/bot/tsconfig.json

5 lines
345 B
JSON

{
"extends": "tsconfig/default.json",
"include": ["**/*.ts", "environment.d.ts", "javascript/src/index.js", "javascript/src/structures/Event.js", "javascript/src/structures/Command.js", "javascript/src/structures/Client.js", "javascript/src/events/ready.js", "javascript/src/commands/hi.js"],
"exclude": ["node_modules", "**/*.spec.ts"]
}