]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/tsconfig.json
Merge branch 'feature/improve-live' into develop
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / tsconfig.json
index e0cab7ca3ce74843810a1e5f01e9755e04105a23..7d532985c405e13c4fc8ed02dfb09be79b92bb47 100644 (file)
@@ -1,7 +1,7 @@
 {
   "extends": "../../../tsconfig.json",
   "include": [
-    "src/standalone/videos/embed.ts",
-    "src/standalone/videos/test-embed.ts"
+    "./embed.ts",
+    "./test-embed.ts"
   ]
 }