immich/server/tsconfig.build.json
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"]
}