mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
chore: remove unused config (#2121)
This commit is contained in:
parent
e05153d7bb
commit
468e620372
@ -44,51 +44,6 @@
|
|||||||
"tsConfigPath": "apps/cli/tsconfig.app.json"
|
"tsConfigPath": "apps/cli/tsconfig.app.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"common": {
|
|
||||||
"type": "library",
|
|
||||||
"root": "libs/common",
|
|
||||||
"entryFile": "index",
|
|
||||||
"sourceRoot": "libs/common/src",
|
|
||||||
"compilerOptions": {
|
|
||||||
"tsConfigPath": "libs/common/tsconfig.lib.json"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"database": {
|
|
||||||
"type": "library",
|
|
||||||
"root": "libs/database",
|
|
||||||
"entryFile": "index",
|
|
||||||
"sourceRoot": "libs/database/src",
|
|
||||||
"compilerOptions": {
|
|
||||||
"tsConfigPath": "libs/database/tsconfig.lib.json"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"job": {
|
|
||||||
"type": "library",
|
|
||||||
"root": "libs/job",
|
|
||||||
"entryFile": "index",
|
|
||||||
"sourceRoot": "libs/job/src",
|
|
||||||
"compilerOptions": {
|
|
||||||
"tsConfigPath": "libs/job/tsconfig.lib.json"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"immich-config": {
|
|
||||||
"type": "library",
|
|
||||||
"root": "libs/immich-config",
|
|
||||||
"entryFile": "index",
|
|
||||||
"sourceRoot": "libs/immich-config/src",
|
|
||||||
"compilerOptions": {
|
|
||||||
"tsConfigPath": "libs/immich-config/tsconfig.lib.json"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"storage": {
|
|
||||||
"type": "library",
|
|
||||||
"root": "libs/storage",
|
|
||||||
"entryFile": "index",
|
|
||||||
"sourceRoot": "libs/storage/src",
|
|
||||||
"compilerOptions": {
|
|
||||||
"tsConfigPath": "libs/storage/tsconfig.lib.json"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"infra": {
|
"infra": {
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"root": "libs/infra",
|
"root": "libs/infra",
|
||||||
@ -108,4 +63,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user