1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

fix: exclude e2e format (#3250)

This commit is contained in:
Jason Rasmussen
2023-07-13 22:41:16 -04:00
committed by GitHub
parent cd184cf366
commit f18c2fd339

View File

@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["dist", "node_modules", "upload", "test", "**/*spec.ts"]
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
}