Explorar o código

exclude service-dog from default tsc build

Ifedapo Olarewaju %!s(int64=6) %!d(string=hai) anos
pai
achega
e5d0f3eba7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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"
   ]
 }