diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-16 18:03:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-16 18:03:24 +0100 |
commit | 9d1b826b8afab8e04f081b6f0875462bf57da4c9 (patch) | |
tree | 1e858b3eaa8e53fe63b0fc5bf8b5d5c56f0a8775 | |
parent | 41e5b788d9890a5bcb562e36f5a89a843d1e50fd (diff) | |
download | PeerTube-9d1b826b8afab8e04f081b6f0875462bf57da4c9.tar.gz PeerTube-9d1b826b8afab8e04f081b6f0875462bf57da4c9.tar.zst PeerTube-9d1b826b8afab8e04f081b6f0875462bf57da4c9.zip |
Only expose client types dir for peertube-types
-rw-r--r-- | client/tsconfig.types.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/tsconfig.types.json b/client/tsconfig.types.json index 1f5c86161..c6ed64100 100644 --- a/client/tsconfig.types.json +++ b/client/tsconfig.types.json | |||
@@ -13,6 +13,8 @@ | |||
13 | "references": [ | 13 | "references": [ |
14 | { "path": "../shared/tsconfig.types.json" } | 14 | { "path": "../shared/tsconfig.types.json" } |
15 | ], | 15 | ], |
16 | "files": ["src/types/index.ts"], | 16 | "files": [ "src/types/index.ts" ], |
17 | "include": ["src/**/*", "src/types/**/*"] | 17 | "include": [ |
18 | "src/types/**/*" | ||
19 | ] | ||
18 | } | 20 | } |