{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../dist", "baseUrl": ".", "paths": { "#config/*": [ "config/*" ], "#adapters/*": [ "adapters/*" ], "#domain/*": [ "domain/*" ], "#ports/*": [ "ports/*" ], "#tests/*": [ "__tests__/*" ], "#shared/*": [ "../shared/*" ], "#root/*": [ "../../*" ] } }, "exclude": [ "node_modules" ], "include": [ "**/*.ts", "src/**/*.d.ts" ], "files": [ "index.ts" ] }