X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=64266d49db000733104030b2f1a4904b8b023638;hb=ddb62a85c5517d3437feb7d487a8a11881b68fcb;hp=a8b8269a49ee66ea71d8008a59d2df512ce2d2a1;hpb=a840d396093ef968f9512862197ac166a1ff9921;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index a8b8269a4..64266d49d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -1,66 +1,14 @@ +/* + This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience. + It is not intended to be used to perform a compilation. + + To learn more about this file see: https://angular.io/config/solution-tsconfig. +*/ { - "compilerOptions": { - "target": "es5", - "module": "commonjs", - "moduleResolution": "node", - "sourceMap": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "removeComments": false, - "noImplicitAny": false - }, - "filesGlob": [ - "**/*.ts", - "!node_modules/**" - ], - "exclude": [ - "node_modules", - "typings/main", - "typings/main.d.ts" - ], - "compileOnSave": false, - "files": [ - "app/app.component.ts", - "app/friends/friend.service.ts", - "app/friends/index.ts", - "app/login/index.ts", - "app/login/login.component.ts", - "app/shared/index.ts", - "app/shared/search/index.ts", - "app/shared/search/search-field.type.ts", - "app/shared/search/search.component.ts", - "app/shared/search/search.model.ts", - "app/shared/users/auth-status.model.ts", - "app/shared/users/auth.service.ts", - "app/shared/users/index.ts", - "app/shared/users/token.model.ts", - "app/shared/users/user.model.ts", - "app/videos/index.ts", - "app/videos/shared/index.ts", - "app/videos/shared/loader/index.ts", - "app/videos/shared/loader/loader.component.ts", - "app/videos/shared/pagination.model.ts", - "app/videos/shared/sort-field.type.ts", - "app/videos/shared/video.model.ts", - "app/videos/shared/video.service.ts", - "app/videos/video-add/index.ts", - "app/videos/video-add/video-add.component.ts", - "app/videos/video-list/index.ts", - "app/videos/video-list/video-list.component.ts", - "app/videos/video-list/video-miniature.component.ts", - "app/videos/video-list/video-sort.component.ts", - "app/videos/video-watch/index.ts", - "app/videos/video-watch/video-watch.component.ts", - "app/videos/video-watch/webtorrent.service.ts", - "main.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 - } + "files": [], + "references": [ + { + "path": "./tsconfig.app.json" + } + ] }