Eliminadas partes redundantes

This commit is contained in:
2026-02-09 15:32:14 +01:00
parent 9b68bc60a1
commit a9cde211eb
7 changed files with 6 additions and 133 deletions

View File

@@ -3,23 +3,6 @@
"compilerOptions": {
"outDir": "../../dist",
"rootDir": "../../",
"paths": {
"#config/*": [
"config/*"
],
"#adapters/*": [
"adapters/*"
],
"#domain/*": [
"domain/*"
],
"#ports/*": [
"ports/*"
],
"#tests/*": [
"__tests__/*"
]
}
},
"exclude": [
"node_modules"
@@ -28,4 +11,4 @@
"**/*.ts",
"../../packages/sim-shared/**/*.ts"
]
}
}