Refactor de las rutas para lanzarse con node (sin tsx)
This commit is contained in:
@@ -2,7 +2,36 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist",
|
||||
"baseUrl": "."
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"sim-shared/*": [
|
||||
"../../packages/shared/*"
|
||||
],
|
||||
"sim-consumidor-objenious/*": [
|
||||
"../../packages/sim-consumidor-objenious/*"
|
||||
],
|
||||
"sim-entrada-eventos/*": [
|
||||
"../../packages/sim-entrada-eventos/*"
|
||||
],
|
||||
"sim-objenious-cron/*": [
|
||||
"../../packages/sim-objenious-cron/*"
|
||||
],
|
||||
"#config/*": [
|
||||
"config/*"
|
||||
],
|
||||
"#adapters/*": [
|
||||
"adapters/*"
|
||||
],
|
||||
"#domain/*": [
|
||||
"domain/*"
|
||||
],
|
||||
"#ports/*": [
|
||||
"ports/*"
|
||||
],
|
||||
"#tests/*": [
|
||||
"__tests__/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
||||
Reference in New Issue
Block a user