diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-09 15:01:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-09 15:01:17 +0100 |
commit | 57f255bebc2f55fd152c70b05b8de54e5e77da61 (patch) | |
tree | bdfe2a78237f54759a181e2ae3f46651c37886f0 /package.json | |
parent | 1c30b112b9860255bdb458482c8dba9432419c49 (diff) | |
download | PeerTube-57f255bebc2f55fd152c70b05b8de54e5e77da61.tar.gz PeerTube-57f255bebc2f55fd152c70b05b8de54e5e77da61.tar.zst PeerTube-57f255bebc2f55fd152c70b05b8de54e5e77da61.zip |
Fix types build
We use server tsc to build client types so it causes issues with client
typescript version
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1c6b28e4d..b48f65bbd 100644 --- a/package.json +++ b/package.json | |||
@@ -225,7 +225,7 @@ | |||
225 | "swagger-cli": "^4.0.2", | 225 | "swagger-cli": "^4.0.2", |
226 | "ts-node": "^10.8.1", | 226 | "ts-node": "^10.8.1", |
227 | "tsc-watch": "^5.0.3", | 227 | "tsc-watch": "^5.0.3", |
228 | "typescript": "^4.9.4" | 228 | "typescript": "~4.8" |
229 | }, | 229 | }, |
230 | "bundlewatch": { | 230 | "bundlewatch": { |
231 | "files": [ | 231 | "files": [ |