aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-05 10:03:53 +0200
committerChocobozzz <me@florianbigard.com>2020-06-09 14:52:55 +0200
commite0ef8dab287c21b3350c61174b7016ded9855611 (patch)
tree2b6869b5ce9353b76bb980327ef1fb03a29b23d5 /tsconfig.json
parentd8d8de7f8723e47f5af9eddb19c240223d11b457 (diff)
downloadPeerTube-e0ef8dab287c21b3350c61174b7016ded9855611.tar.gz
PeerTube-e0ef8dab287c21b3350c61174b7016ded9855611.tar.zst
PeerTube-e0ef8dab287c21b3350c61174b7016ded9855611.zip
Use tslib in server
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 058da4f78..da09d0d85 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,6 +6,7 @@
6 "sourceMap": false, 6 "sourceMap": false,
7 "experimentalDecorators": true, 7 "experimentalDecorators": true,
8 "emitDecoratorMetadata": true, 8 "emitDecoratorMetadata": true,
9 "importHelpers": true,
9 "removeComments": true, 10 "removeComments": true,
10 "outDir": "./dist", 11 "outDir": "./dist",
11 "lib": [ 12 "lib": [