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