1
0
mirror of https://github.com/immich-app/immich.git synced 2026-05-21 21:48:14 +02:00
Files
immich/server/tsconfig.build.json
T
2023-07-13 21:41:16 -05:00

5 lines
114 B
JSON

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