mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
131caa20eb
* refactor: user repository * refactor: user module * refactor: move database into infra * refactor(cli): use user core * chore: import path * chore: tests
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "../../dist/libs/domain"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
|
}
|