X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=54b931ba6ae6350b32bf2bf0b156d861e223431f;hb=528a9efa8272532bbd0dafc35c3e05e57c50f61e;hp=1832d7b7e308149117668b706892605154f536df;hpb=4a6995be18b15de1834a39c8921a0e4109671bb6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 1832d7b7e..54b931ba6 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -6,8 +6,16 @@ "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "removeComments": false, - "noImplicitAny": false + "noImplicitAny": false, + "noEmitHelpers": true + }, + "awesomeTypescriptLoaderOptions": { + "forkChecker": true + }, + "compileOnSave": false, + "buildOnSave": false, + "atom": { + "rewriteTsconfig": true }, "filesGlob": [ "**/*.ts", @@ -18,7 +26,6 @@ "typings/main", "typings/main.d.ts" ], - "compileOnSave": false, "files": [ "src/app/app.component.ts", "src/app/friends/friend.service.ts", @@ -30,6 +37,7 @@ "src/app/shared/search/search-field.type.ts", "src/app/shared/search/search.component.ts", "src/app/shared/search/search.model.ts", + "src/app/shared/search/search.service.ts", "src/app/shared/users/auth-status.model.ts", "src/app/shared/users/auth.service.ts", "src/app/shared/users/index.ts", @@ -58,12 +66,7 @@ "src/vendor.ts", "typings/globals/es6-shim/index.d.ts", "typings/globals/jasmine/index.d.ts", - "typings/globals/jquery.fileupload/index.d.ts", - "typings/globals/jquery/index.d.ts", "typings/globals/node/index.d.ts", "typings/index.d.ts" - ], - "atom": { - "rewriteTsconfig": true - } + ] }