mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 10:56:47 +01:00
76bf1c0379
* Remove thumbnail generation on mobile * Remove tconditions for missing thumbnail on the backend * Remove console.log * Refactor queue systems * Convert queue and processor name to constant * Added corresponding interface to job queue
9 lines
217 B
JSON
9 lines
217 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "../../dist/libs/job"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
|
}
|