2026-01-08 13:36:52 +01:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
2026-01-27 10:00:51 +01:00
|
|
|
"outDir": "../../dist/sim-consumidor-activaciones",
|
2026-01-08 13:36:52 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
2026-01-12 13:08:56 +01:00
|
|
|
"#config/*": [
|
|
|
|
|
"config/*"
|
|
|
|
|
],
|
2026-01-08 13:36:52 +01:00
|
|
|
"#adapters/*": [
|
2026-01-12 13:08:56 +01:00
|
|
|
"adapters/*"
|
2026-01-08 13:36:52 +01:00
|
|
|
],
|
|
|
|
|
"#domain/*": [
|
2026-01-12 13:08:56 +01:00
|
|
|
"domain/*"
|
2026-01-08 13:36:52 +01:00
|
|
|
],
|
|
|
|
|
"#ports/*": [
|
2026-01-12 13:08:56 +01:00
|
|
|
"ports/*"
|
2026-01-08 13:36:52 +01:00
|
|
|
],
|
|
|
|
|
"#tests/*": [
|
|
|
|
|
"__tests__/*"
|
|
|
|
|
],
|
|
|
|
|
"#shared/*": [
|
2026-01-12 13:08:56 +01:00
|
|
|
"../shared/*"
|
|
|
|
|
],
|
2026-01-27 10:00:51 +01:00
|
|
|
"#root/*": [
|
|
|
|
|
"../../*"
|
|
|
|
|
],
|
2026-01-08 13:36:52 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"exclude": [
|
|
|
|
|
"node_modules"
|
|
|
|
|
],
|
|
|
|
|
"include": [
|
|
|
|
|
"**/*.ts",
|
|
|
|
|
"src/**/*.d.ts"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"index.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|