Sfoglia il codice sorgente

exclude service-dog from default tsc build

Ifedapo Olarewaju 6 anni fa
parent
commit
e5d0f3eba7
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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"
   ]
 }