]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/tsconfig.types.json
Translated using Weblate (Persian)
[github/Chocobozzz/PeerTube.git] / shared / tsconfig.types.json
index 18c470059c90bd9f49ccbf8282b216bef13d26f8..6acfc05e1572d16805ba8413a2783e3ff49c4839 100644 (file)
@@ -1,9 +1,12 @@
 {
   "extends": "./tsconfig.json",
   "compilerOptions": {
-    "outDir": "../types/shared",
+    "outDir": "../packages/types/dist/shared",
     "stripInternal": true,
     "removeComments": false,
     "emitDeclarationOnly": true
-  }
+  },
+  "exclude": [
+    "server-commands/"
+  ]
 }