]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - types/tsconfig.dist.json
Upgrade redis dep
[github/Chocobozzz/PeerTube.git] / types / tsconfig.dist.json
index d9c3fdfc305cd6dbc58391914bb82d7697b53c0b..fbc92712b9eefef7fffc39acfa2da6b70878c3f6 100644 (file)
@@ -1,11 +1,11 @@
 {
-  "extends": "./tsconfig.base.json",
+  "extends": "./tsconfig.json",
   "compilerOptions": {
     "typeRoots": [
       "node_modules/@types",
       "client/node_modules/@types"
     ],
-    "baseUrl": "./",
+    "baseUrl": "./dist",
     "paths": {
       "@server/*": [ "server/*" ],
       "@shared/*": [ "shared/*" ],