fix: exclude e2e format (#3250)

pull/3254/head
Jason Rasmussen 2023-07-13 22:41:16 +07:00 committed by GitHub
parent cd184cf366
commit f18c2fd339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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