{ "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" ] }