]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/tsconfig.app.json
Add ability to update thumbnail and preview on client
[github/Chocobozzz/PeerTube.git] / client / src / tsconfig.app.json
index 39ba8dbacbbe051fdd02481b07af43219296a075..4339f4d4be282602b3e25c4b28cb493cd7b36bef 100644 (file)
@@ -8,6 +8,11 @@
   },
   "exclude": [
     "test.ts",
-    "**/*.spec.ts"
+    "**/*.spec.ts",
+    "../node_modules/ngx-clipboard/**/*.spec.ts"
+  ],
+  "include": [
+    "**/*.ts",
+    "../node_modules/ngx-clipboard/*/**.ts"
   ]
 }