]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/tsconfig.json
Fix live tests
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
index 575133ec8c99bacbeb84bed577c6c6d3fd5cd726..39f8e74e4b890a7d1d6b6b69bed666e066aa8093 100644 (file)
@@ -5,7 +5,8 @@
   },
   "include": [ ".", "../typings" ],
   "references": [
-    { "path": "../" },
+    { "path": "../" }
   ],
+  "files": [],
   "exclude": [ ] // Overwrite exclude property
 }