{ "extends": "./tsconfig.json", "compilerOptions": { "baseUrl": "./", "paths": { "@domain/*": ["src/domain/*"], "@application/*": ["src/application/*"], "@infrastructure/*": ["src/infrastructure/*"] } }, "exclude": ["node_modules", "test", "dist", "**/*spec.ts"] }