0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-21 00:52:43 -05:00
immich/server/tsconfig.build.json

5 lines
114 B
JSON
Raw Permalink Normal View History

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