mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 12:41:38 +01:00
proper formatting and linting YAY, change cheer constructor to take object
This commit is contained in:
@@ -1,46 +1,26 @@
|
||||
{
|
||||
"files": [],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"lib/*": [
|
||||
"./lib/*"
|
||||
],
|
||||
"main": [
|
||||
"./main.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"
|
||||
],
|
||||
"discord": [
|
||||
"./discord/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.bot.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.web.json"
|
||||
}
|
||||
]
|
||||
"files": [],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"lib/*": ["./lib/*"],
|
||||
"main": ["./main.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"],
|
||||
"discord": ["./discord/*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.bot.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.web.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user