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