Files
qweribot/tsconfig.json

21 lines
463 B
JSON

{
"files": [],
"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/*"]
}
},
"references": [
{ "path": "./tsconfig.bot.json" },
{ "path": "./tsconfig.web.json" }
]
}