forked from noxious/server
Renamed folder utilities > application, added baseEntity class, updated baseRepo class, removed prisma helper
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"#application/*": ["./src/application/*"],
|
||||
"#commands/*": ["./src/commands/*"],
|
||||
"#entities/*": ["./src/entities/*"],
|
||||
"#http/*": ["./src/http/*"],
|
||||
@ -25,8 +26,7 @@
|
||||
"#models/*": ["./src/models/*"],
|
||||
"#repositories/*": ["./src/repositories/*"],
|
||||
"#services/*": ["./src/services/*"],
|
||||
"#socketEvents/*": ["./src/socketEvents/*"],
|
||||
"#utilities/*": ["./src/utilities/*"],
|
||||
"#socketEvents/*": ["./src/socketEvents/*"]
|
||||
},
|
||||
|
||||
// Specify multiple folders that act like './node_modules/@types'
|
||||
|
Reference in New Issue
Block a user