mirror of
https://github.com/immich-app/immich.git
synced 2026-04-08 02:02:05 -04:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
8 lines
166 B
JSON
8 lines
166 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
},
|
|
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
|
|
}
|