1832d7b7e308149117668b706892605154f536df
[oweals/peertube.git] / client / tsconfig.json
1 {
2   "compilerOptions": {
3     "target": "es5",
4     "module": "commonjs",
5     "moduleResolution": "node",
6     "sourceMap": true,
7     "emitDecoratorMetadata": true,
8     "experimentalDecorators": true,
9     "removeComments": false,
10     "noImplicitAny": false
11   },
12   "filesGlob": [
13     "**/*.ts",
14     "!node_modules/**"
15   ],
16   "exclude": [
17     "node_modules",
18     "typings/main",
19     "typings/main.d.ts"
20   ],
21   "compileOnSave": false,
22   "files": [
23     "src/app/app.component.ts",
24     "src/app/friends/friend.service.ts",
25     "src/app/friends/index.ts",
26     "src/app/login/index.ts",
27     "src/app/login/login.component.ts",
28     "src/app/shared/index.ts",
29     "src/app/shared/search/index.ts",
30     "src/app/shared/search/search-field.type.ts",
31     "src/app/shared/search/search.component.ts",
32     "src/app/shared/search/search.model.ts",
33     "src/app/shared/users/auth-status.model.ts",
34     "src/app/shared/users/auth.service.ts",
35     "src/app/shared/users/index.ts",
36     "src/app/shared/users/token.model.ts",
37     "src/app/shared/users/user.model.ts",
38     "src/app/videos/index.ts",
39     "src/app/videos/shared/index.ts",
40     "src/app/videos/shared/loader/index.ts",
41     "src/app/videos/shared/loader/loader.component.ts",
42     "src/app/videos/shared/pagination.model.ts",
43     "src/app/videos/shared/sort-field.type.ts",
44     "src/app/videos/shared/video.model.ts",
45     "src/app/videos/shared/video.service.ts",
46     "src/app/videos/video-add/index.ts",
47     "src/app/videos/video-add/video-add.component.ts",
48     "src/app/videos/video-list/index.ts",
49     "src/app/videos/video-list/video-list.component.ts",
50     "src/app/videos/video-list/video-miniature.component.ts",
51     "src/app/videos/video-list/video-sort.component.ts",
52     "src/app/videos/video-watch/index.ts",
53     "src/app/videos/video-watch/video-watch.component.ts",
54     "src/app/videos/video-watch/webtorrent.service.ts",
55     "src/custom-typings.d.ts",
56     "src/main.ts",
57     "src/polyfills.ts",
58     "src/vendor.ts",
59     "typings/globals/es6-shim/index.d.ts",
60     "typings/globals/jasmine/index.d.ts",
61     "typings/globals/jquery.fileupload/index.d.ts",
62     "typings/globals/jquery/index.d.ts",
63     "typings/globals/node/index.d.ts",
64     "typings/index.d.ts"
65   ],
66   "atom": {
67     "rewriteTsconfig": true
68   }
69 }