mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
5 lines
345 B
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"]
|
|
}
|