1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/server/tsconfig.build.json

5 lines
114 B
JSON
Raw Normal View History

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