]> 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 8264f5b354400af8862e380dbc39726b26819c73..39f8e74e4b890a7d1d6b6b69bed666e066aa8093 100644 (file)
@@ -1,12 +1,7 @@
 {
   "extends": "../../tsconfig.json",
   "compilerOptions": {
-    "baseUrl": "./",
-    "outDir": "../../dist/server/tools",
-    "paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10
-      "@server/*": [ "../../server/*" ],
-      "@shared/*": [ "../../shared/*" ]
-    }
+    "outDir": "../../dist/server/tools"
   },
   "include": [ ".", "../typings" ],
   "references": [