diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 11:06:06 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 11:06:06 +0200 |
commit | ce98c80ca7a810c8314b3d49c98610ceef8a8ee7 (patch) | |
tree | ad9e6470f4418ca1552baeec14b90c47a2332d42 /client/tsconfig.json | |
parent | c21f59d334b748be99188688c9578c9cd5432874 (diff) | |
download | PeerTube-ce98c80ca7a810c8314b3d49c98610ceef8a8ee7.tar.gz PeerTube-ce98c80ca7a810c8314b3d49c98610ceef8a8ee7.tar.zst PeerTube-ce98c80ca7a810c8314b3d49c98610ceef8a8ee7.zip |
Clean client modules
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 1832d7b7e..3b903f8c8 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -6,8 +6,16 @@ | |||
6 | "sourceMap": true, | 6 | "sourceMap": true, |
7 | "emitDecoratorMetadata": true, | 7 | "emitDecoratorMetadata": true, |
8 | "experimentalDecorators": true, | 8 | "experimentalDecorators": true, |
9 | "removeComments": false, | 9 | "noImplicitAny": false, |
10 | "noImplicitAny": false | 10 | "noEmitHelpers": true |
11 | }, | ||
12 | "awesomeTypescriptLoaderOptions": { | ||
13 | "forkChecker": true | ||
14 | }, | ||
15 | "compileOnSave": false, | ||
16 | "buildOnSave": false, | ||
17 | "atom": { | ||
18 | "rewriteTsconfig": true | ||
11 | }, | 19 | }, |
12 | "filesGlob": [ | 20 | "filesGlob": [ |
13 | "**/*.ts", | 21 | "**/*.ts", |
@@ -18,7 +26,6 @@ | |||
18 | "typings/main", | 26 | "typings/main", |
19 | "typings/main.d.ts" | 27 | "typings/main.d.ts" |
20 | ], | 28 | ], |
21 | "compileOnSave": false, | ||
22 | "files": [ | 29 | "files": [ |
23 | "src/app/app.component.ts", | 30 | "src/app/app.component.ts", |
24 | "src/app/friends/friend.service.ts", | 31 | "src/app/friends/friend.service.ts", |
@@ -62,8 +69,5 @@ | |||
62 | "typings/globals/jquery/index.d.ts", | 69 | "typings/globals/jquery/index.d.ts", |
63 | "typings/globals/node/index.d.ts", | 70 | "typings/globals/node/index.d.ts", |
64 | "typings/index.d.ts" | 71 | "typings/index.d.ts" |
65 | ], | 72 | ] |
66 | "atom": { | ||
67 | "rewriteTsconfig": true | ||
68 | } | ||
69 | } | 73 | } |