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

6 lines
345 B
JSON
Raw Normal View History

{
"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"]
}