浏览代码

fix: exclude e2e format (#3250)

Jason Rasmussen 2 年之前
父节点
当前提交
f18c2fd339
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/tsconfig.build.json

+ 1 - 1
server/tsconfig.build.json

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