immich/server/tsconfig.build.json
2026-02-02 15:06:40 +01:00

4 lines
114 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
}