瀏覽代碼

exclude service-dog from default tsc build

Ifedapo Olarewaju 6 年之前
父節點
當前提交
e5d0f3eba7
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tsconfig.json

+ 3 - 0
tsconfig.json

@@ -21,5 +21,8 @@
     "packages/*/types/*-tests.ts",
     "packages/@uppy/*/types/index.d.ts",
     "packages/@uppy/*/types/*-tests.ts",
+  ],
+  "exclude": [
+    "packages/@uppy/service-dog"
   ]
 }