Przeglądaj źródła

fix: exclude e2e format (#3250)

Jason Rasmussen 2 lat temu
rodzic
commit
f18c2fd339
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      server/tsconfig.build.json

+ 1 - 1
server/tsconfig.build.json

@@ -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"]
 }
 }