]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/tsconfig.json
Update translations
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
index f8a1c705c6c0290dc8aa1bae46b47f9b9d1a6753..8264f5b354400af8862e380dbc39726b26819c73 100644 (file)
@@ -1,4 +1,17 @@
 {
   "extends": "../../tsconfig.json",
+  "compilerOptions": {
+    "baseUrl": "./",
+    "outDir": "../../dist/server/tools",
+    "paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10
+      "@server/*": [ "../../server/*" ],
+      "@shared/*": [ "../../shared/*" ]
+    }
+  },
+  "include": [ ".", "../typings" ],
+  "references": [
+    { "path": "../" }
+  ],
+  "files": [],
   "exclude": [ ] // Overwrite exclude property
 }