refactor: initial moves
This commit is contained in:
@@ -28,20 +28,29 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
"./bot/*"
|
||||
],
|
||||
"@commands/*": [
|
||||
"./src/commands/*"
|
||||
"./bot/commands/*"
|
||||
],
|
||||
"@db/*": [
|
||||
"./src/db/*"
|
||||
"./shared/db/*"
|
||||
],
|
||||
"@lib/*": [
|
||||
"./src/lib/*"
|
||||
"./bot/lib/*"
|
||||
],
|
||||
"@modules/*": [
|
||||
"./src/modules/*"
|
||||
"./bot/modules/*"
|
||||
],
|
||||
"@shared/*": [
|
||||
"./shared/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"web",
|
||||
"dist",
|
||||
"drizzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user