]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/tsconfig.json
Fix test cleanup
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
index f8a1c705c6c0290dc8aa1bae46b47f9b9d1a6753..39f8e74e4b890a7d1d6b6b69bed666e066aa8093 100644 (file)
@@ -1,4 +1,12 @@
 {
   "extends": "../../tsconfig.json",
+  "compilerOptions": {
+    "outDir": "../../dist/server/tools"
+  },
+  "include": [ ".", "../typings" ],
+  "references": [
+    { "path": "../" }
+  ],
+  "files": [],
   "exclude": [ ] // Overwrite exclude property
 }