mirror of
https://github.com/immich-app/immich.git
synced 2026-04-12 04:02:15 -04:00
9 lines
226 B
JSON
9 lines
226 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./dist/tsconfig.build.tsbuildinfo",
|
|
},
|
|
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
|
|
}
|