aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-24 13:43:44 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-02-11 09:13:02 +0100
commit4348a27d252a3349bafa7ef4859c0e2cf060c255 (patch)
treeab3d60118ebb31c84050c3d544dbd600006491d1 /client/tsconfig.json
parent3b6f205c34bb931de0323581edf991ca33256e6b (diff)
downloadPeerTube-4348a27d252a3349bafa7ef4859c0e2cf060c255.tar.gz
PeerTube-4348a27d252a3349bafa7ef4859c0e2cf060c255.tar.zst
PeerTube-4348a27d252a3349bafa7ef4859c0e2cf060c255.zip
Add lazy loading in player
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index beca79e01..3f9986f8a 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -5,6 +5,7 @@
5 "sourceMap": true, 5 "sourceMap": true,
6 "declaration": false, 6 "declaration": false,
7 "moduleResolution": "node", 7 "moduleResolution": "node",
8 "module": "esnext",
8 "emitDecoratorMetadata": true, 9 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true, 10 "experimentalDecorators": true,
10 "noImplicitAny": true, 11 "noImplicitAny": true,