diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-19 21:03:08 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-19 21:03:08 +0100 |
commit | 705264199c3dd61bf42641c0b8a2cf5e043f007f (patch) | |
tree | db8a82bbe01e52edf61bdc970ea339e0fac92dee | |
parent | 15103f11ec54989a0dee7fc33daa458ecb116fe4 (diff) | |
download | PeerTube-705264199c3dd61bf42641c0b8a2cf5e043f007f.tar.gz PeerTube-705264199c3dd61bf42641c0b8a2cf5e043f007f.tar.zst PeerTube-705264199c3dd61bf42641c0b8a2cf5e043f007f.zip |
Client: generate js files in dist directory
-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 a0830cada..e1e1bb864 100644 --- a/client/tsconfig.webpack.json +++ b/client/tsconfig.webpack.json | |||
@@ -10,6 +10,7 @@ | |||
10 | "noEmitHelpers": true, | 10 | "noEmitHelpers": true, |
11 | "strictNullChecks": false, | 11 | "strictNullChecks": false, |
12 | "baseUrl": "./src", | 12 | "baseUrl": "./src", |
13 | "outDir": "./dist", | ||
13 | "paths": [ | 14 | "paths": [ |
14 | ], | 15 | ], |
15 | "lib": [ | 16 | "lib": [ |