immich/server/tsconfig.build.json

5 lines
114 B
JSON
Raw Normal View History

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