]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/tsconfig.types.json
Updated notification types in openapi reference
[github/Chocobozzz/PeerTube.git] / shared / tsconfig.types.json
index 18c470059c90bd9f49ccbf8282b216bef13d26f8..73c1cae6cee06d84e045fe18cbb2b8affad4525f 100644 (file)
@@ -1,9 +1,12 @@
 {
   "extends": "./tsconfig.json",
   "compilerOptions": {
-    "outDir": "../types/shared",
+    "outDir": "../types/dist/shared",
     "stripInternal": true,
     "removeComments": false,
     "emitDeclarationOnly": true
-  }
+  },
+  "exclude": [
+    "server-commands/"
+  ]
 }