]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - types/src/client/tsconfig.json
Fix types dist paths
[github/Chocobozzz/PeerTube.git] / types / src / client / tsconfig.json
index 199273538bb0ad2341480a58887357b826bb6649..dea4c131c4081ed004ae304876be3b90e30ecbac 100644 (file)
@@ -1,6 +1,9 @@
 {
   "extends": "../../../tsconfig.base.json",
   "compilerOptions": {
+    "stripInternal": true,
+    "removeComments": false,
+    "emitDeclarationOnly": true,
     "outDir": "../../dist/client/",
     "rootDir": "./",
     "tsBuildInfoFile": "../../dist/tsconfig.client.types.tsbuildinfo"