]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Fix audio upload if not enabled by instance
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index fdf4dc777662c6f4d09fed11b81db9dab481c033..56e7b68ee448be28e046b6027bfaef00753fbe55 100644 (file)
@@ -53,7 +53,8 @@
   ],
   "exclude": [
     "../node_modules",
-    "../server"
+    "../server",
+    "node_modules"
   ],
   "angularCompilerOptions": {
     "strictInjectionParameters": true,