]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/tsconfig.json
Use different p2p policy for embeds and webapp
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
index 156a8ed2238460bc41bc6b324d922d8767605834..61e6b87395e08217efe10fa24256d9cd43942c4e 100644 (file)
@@ -1,5 +1,12 @@
 {
   "extends": "../../tsconfig.json",
+  "compilerOptions": {
+    "outDir": "../../dist/server/tools"
+  },
   "include": [ ".", "../typings" ],
+  "references": [
+    { "path": "../" },
+  ],
+  "files": [],
   "exclude": [ ] // Overwrite exclude property
 }