immich/server/tsconfig.build.json

5 lines
114 B
JSON
Raw Permalink Normal View History

2022-02-03 16:06:44 +00:00
{
"extends": "./tsconfig.json",
2023-07-14 02:41:16 +00:00
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
2022-02-03 16:06:44 +00:00
}