mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 12:41:38 +01:00
add basic redeem handling, nerf silver bullets to 30 minutes
This commit is contained in:
@@ -3,18 +3,41 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"lib/*": ["./lib/*"],
|
||||
"main": ["./index.ts"],
|
||||
"user": ["./user.ts"],
|
||||
"commands": ["./commands/index.ts"],
|
||||
"items": ["./items/index.ts"],
|
||||
"cheers": ["./cheers/index.ts"],
|
||||
"events": ["./events/index.ts"],
|
||||
"web/*": ["./web/*"]
|
||||
"lib/*": [
|
||||
"./lib/*"
|
||||
],
|
||||
"main": [
|
||||
"./index.ts"
|
||||
],
|
||||
"user": [
|
||||
"./user.ts"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/index.ts"
|
||||
],
|
||||
"items": [
|
||||
"./items/index.ts"
|
||||
],
|
||||
"cheers": [
|
||||
"./cheers/index.ts"
|
||||
],
|
||||
"events": [
|
||||
"./events/index.ts"
|
||||
],
|
||||
"web/*": [
|
||||
"./web/*"
|
||||
],
|
||||
"pointRedeems": [
|
||||
"./pointRedeems/index.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{ "path": "./tsconfig.bot.json" },
|
||||
{ "path": "./tsconfig.web.json" }
|
||||
{
|
||||
"path": "./tsconfig.bot.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.web.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user