diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-10 10:28:11 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-10 10:28:11 +0100 |
commit | a17bc2c34e79c144b7e71ff903c16c2e68371b48 (patch) | |
tree | ba327a1b8d96c15bfe6b56b9114edea62f4ef1d5 /client/tsconfig.webpack.json | |
parent | 01a07456e476237b7f78fddb3ea815537fc35af0 (diff) | |
download | PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.tar.gz PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.tar.zst PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.zip |
Client: use tslib instead of ts-helpers
Diffstat (limited to 'client/tsconfig.webpack.json')
-rw-r--r-- | client/tsconfig.webpack.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.webpack.json b/client/tsconfig.webpack.json index e1e1bb864..1d3433bc3 100644 --- a/client/tsconfig.webpack.json +++ b/client/tsconfig.webpack.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 | "outDir": "./dist", | 14 | "outDir": "./dist", |