make all imports nicer

This commit is contained in:
2025-07-24 14:22:28 +01:00
parent d07b9cf290
commit 1321af66cd
62 changed files with 242 additions and 227 deletions

View File

@@ -1,5 +1,18 @@
{
"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.chatwidget.json" }