aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-09 11:44:08 +0100
committerChocobozzz <me@florianbigard.com>2023-01-09 11:44:08 +0100
commitbde404995e737a247889abfc2047d2316a7bc9d8 (patch)
treefeca41267fd981a20536054e0070e5e771e78aa3 /tsconfig.json
parent6905da7ae98d9e7867d1b1b2186f2a339e5fd84b (diff)
downloadPeerTube-bde404995e737a247889abfc2047d2316a7bc9d8.tar.gz
PeerTube-bde404995e737a247889abfc2047d2316a7bc9d8.tar.zst
PeerTube-bde404995e737a247889abfc2047d2316a7bc9d8.zip
Fix build
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 993acf81d..38758ff3f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,5 +17,5 @@
17 { "path": "./server" }, 17 { "path": "./server" },
18 { "path": "./scripts" } 18 { "path": "./scripts" }
19 ], 19 ],
20 "files": [ "server.ts", "server/types/express.d.ts" ] 20 "files": [ "server.ts", "server/types/express.d.ts", "server/types/lib.d.ts" ]
21} 21}