mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
fix: exclude e2e format (#3250)
This commit is contained in:
parent
cd184cf366
commit
f18c2fd339
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"exclude": ["dist", "node_modules", "upload", "test", "**/*spec.ts"]
|
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue