aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-09 14:21:03 +0100
committerChocobozzz <me@florianbigard.com>2023-01-09 14:22:36 +0100
commitf99a3f7dce13f8d713db2ace75e412e700f28f62 (patch)
tree83b7a3a5ab8372de7fec77d908c9eb18038a882f /tsconfig.json
parentbde404995e737a247889abfc2047d2316a7bc9d8 (diff)
downloadPeerTube-f99a3f7dce13f8d713db2ace75e412e700f28f62.tar.gz
PeerTube-f99a3f7dce13f8d713db2ace75e412e700f28f62.tar.zst
PeerTube-f99a3f7dce13f8d713db2ace75e412e700f28f62.zip
Correctly fix build
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 38758ff3f..8bcd944e3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,7 +8,6 @@
8 "@shared/*": [ "shared/*" ] 8 "@shared/*": [ "shared/*" ]
9 }, 9 },
10 "typeRoots": [ 10 "typeRoots": [
11 "server/typings",
12 "node_modules/@types" 11 "node_modules/@types"
13 ] 12 ]
14 }, 13 },