]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - packages/types/src/client/tsconfig.json
Move types package in packages/
[github/Chocobozzz/PeerTube.git] / packages / types / src / client / tsconfig.json
diff --git a/packages/types/src/client/tsconfig.json b/packages/types/src/client/tsconfig.json
new file mode 100644 (file)
index 0000000..bb76fbe
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "extends": "../../../../tsconfig.base.json",
+  "compilerOptions": {
+    "stripInternal": true,
+    "removeComments": false,
+    "emitDeclarationOnly": true,
+    "outDir": "../../dist/client/",
+    "rootDir": "./",
+    "tsBuildInfoFile": "../../dist/tsconfig.client.types.tsbuildinfo"
+  },
+  "references": [
+    { "path": "../../../../client/tsconfig.types.json" }
+  ],
+  "files": ["index.ts"]
+}