mirror of
https://github.com/immich-app/immich.git
synced 2025-12-10 17:23:12 +03:00
feat(server): people sync (#19854)
* chore: fix missing usage of deleteType for syncMemoriesV1 * chore: add src path for proper absolute imports in jetbrains * feat: people sync
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"preserveWatchOutput": true,
|
||||
"paths": {
|
||||
"src/*": ["./src/*"],
|
||||
},
|
||||
"baseUrl": "./",
|
||||
"jsx": "react",
|
||||
"types": ["vitest/globals"],
|
||||
|
||||
Reference in New Issue
Block a user