aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-09 15:01:17 +0100
committerChocobozzz <me@florianbigard.com>2023-01-09 15:01:17 +0100
commit57f255bebc2f55fd152c70b05b8de54e5e77da61 (patch)
treebdfe2a78237f54759a181e2ae3f46651c37886f0 /package.json
parent1c30b112b9860255bdb458482c8dba9432419c49 (diff)
downloadPeerTube-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.json2
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": [