diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-05 10:03:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-09 14:52:55 +0200 |
commit | e0ef8dab287c21b3350c61174b7016ded9855611 (patch) | |
tree | 2b6869b5ce9353b76bb980327ef1fb03a29b23d5 /tsconfig.json | |
parent | d8d8de7f8723e47f5af9eddb19c240223d11b457 (diff) | |
download | PeerTube-e0ef8dab287c21b3350c61174b7016ded9855611.tar.gz PeerTube-e0ef8dab287c21b3350c61174b7016ded9855611.tar.zst PeerTube-e0ef8dab287c21b3350c61174b7016ded9855611.zip |
Use tslib in server
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
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": [ |