mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
069c68bfe4
Support the Blu-ray disc Audio-Video (BDAV) MPEG-2 Transport Stream (M2TS) format. https://en.wikipedia.org/wiki/.m2ts Fixes: #2350
5 lines
107 B
JSON
5 lines
107 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["dist", "node_modules", "upload", "test", "**/*spec.ts"]
|
|
}
|