diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-28 10:18:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-28 10:18:15 +0100 |
commit | 6627dbc957477aa32e21ed1bdc8cd72b928cd616 (patch) | |
tree | e6dbe45b7259cc01ff0255887d45d331bc81026f /client | |
parent | 52b356cfe257e8e0d357a498e87d9299c95cdbe5 (diff) | |
download | PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.gz PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.zst PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.zip |
Move types package in packages/
Diffstat (limited to 'client')
-rw-r--r-- | client/tsconfig.types.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/tsconfig.types.json b/client/tsconfig.types.json index c6ed64100..99d96d413 100644 --- a/client/tsconfig.types.json +++ b/client/tsconfig.types.json | |||
@@ -4,11 +4,11 @@ | |||
4 | "stripInternal": true, | 4 | "stripInternal": true, |
5 | "removeComments": false, | 5 | "removeComments": false, |
6 | "declaration": true, | 6 | "declaration": true, |
7 | "outDir": "../types/dist/client/", | 7 | "outDir": "../packages/types/dist/client/", |
8 | "emitDeclarationOnly": true, | 8 | "emitDeclarationOnly": true, |
9 | "composite": true, | 9 | "composite": true, |
10 | "rootDir": "src/", | 10 | "rootDir": "src/", |
11 | "tsBuildInfoFile": "../types/dist/tsconfig.client.tsbuildinfo" | 11 | "tsBuildInfoFile": "../packages/types/dist/tsconfig.client.tsbuildinfo" |
12 | }, | 12 | }, |
13 | "references": [ | 13 | "references": [ |
14 | { "path": "../shared/tsconfig.types.json" } | 14 | { "path": "../shared/tsconfig.types.json" } |