mirror of
https://github.com/immich-app/immich.git
synced 2024-11-17 02:49:01 -07:00
c754c860fd
[Breaking] newly uploaded file will conform to the default structure of `{uploadLocation}/{userId}/year/year-month-day/filename.ext`
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "../../dist/libs/storage"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
|
}
|