Template del servicio de SIM
This commit is contained in:
34
packages/sim-gestor-eventos/tsconfig.json
Normal file
34
packages/sim-gestor-eventos/tsconfig.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist/sim-gestor-eventos",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"#adapters/*": [
|
||||
"src/adapters/*"
|
||||
],
|
||||
"#domain/*": [
|
||||
"src/domain/*"
|
||||
],
|
||||
"#ports/*": [
|
||||
"src/ports/*"
|
||||
],
|
||||
"#tests/*": [
|
||||
"__tests__/*"
|
||||
],
|
||||
"#shared/*": [
|
||||
"../shared/*"
|
||||
],
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"src/**/*.d.ts"
|
||||
],
|
||||
"files": [
|
||||
"index.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user