immich/server/tsconfig.build.json

5 lines
114 B
JSON
Raw Permalink Normal View History

2026-02-02 15:06:40 +01:00
{
"extends": "./tsconfig.json",
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
}