]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/tsconfig.types.json
shared/ typescript types dir server-commands
[github/Chocobozzz/PeerTube.git] / shared / tsconfig.types.json
index b01d12e539228a21ff94ed359b23f75c18b948b2..73c1cae6cee06d84e045fe18cbb2b8affad4525f 100644 (file)
@@ -5,5 +5,8 @@
     "stripInternal": true,
     "removeComments": false,
     "emitDeclarationOnly": true
-  }
+  },
+  "exclude": [
+    "server-commands/"
+  ]
 }