aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-10 10:28:11 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-10 10:28:11 +0100
commita17bc2c34e79c144b7e71ff903c16c2e68371b48 (patch)
treeba327a1b8d96c15bfe6b56b9114edea62f4ef1d5 /client/tsconfig.json
parent01a07456e476237b7f78fddb3ea815537fc35af0 (diff)
downloadPeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.tar.gz
PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.tar.zst
PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.zip
Client: use tslib instead of ts-helpers
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 d70710b82..115af1f83 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -8,6 +8,7 @@
8 "allowSyntheticDefaultImports": true, 8 "allowSyntheticDefaultImports": true,
9 "sourceMap": true, 9 "sourceMap": true,
10 "noEmitHelpers": true, 10 "noEmitHelpers": true,
11 "importHelpers": true,
11 "strictNullChecks": false, 12 "strictNullChecks": false,
12 "baseUrl": "./src", 13 "baseUrl": "./src",
13 "paths": [ 14 "paths": [