diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-24 13:43:44 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-02-11 09:13:02 +0100 |
commit | 4348a27d252a3349bafa7ef4859c0e2cf060c255 (patch) | |
tree | ab3d60118ebb31c84050c3d544dbd600006491d1 /client/tsconfig.json | |
parent | 3b6f205c34bb931de0323581edf991ca33256e6b (diff) | |
download | PeerTube-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.json | 1 |
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, |