]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tsconfig.json
Add ability to import video with youtube-dl
[github/Chocobozzz/PeerTube.git] / tsconfig.json
CommitLineData
65fcc311
C
1{
2 "compilerOptions": {
3 "module": "commonjs",
3fd3ab2d 4 "target": "es2015",
65fcc311
C
5 "noImplicitAny": false,
6 "sourceMap": false,
3fd3ab2d
C
7 "experimentalDecorators": true,
8 "emitDecoratorMetadata": true,
65fcc311
C
9 "outDir": "./dist",
10 "lib": [
0e1dc3e7 11 "dom",
3fd3ab2d
C
12 "es2015",
13 "es2016",
14 "es2017"
65fcc311
C
15 ],
16 "types": [
966eb053
RK
17 "node",
18 "chai-xml",
19 "chai-json-schema"
65fcc311
C
20 ]
21 },
22 "exclude": [
fbad87b0 23 "client/node_modules",
65fcc311 24 "node_modules",
ecb4e35f
C
25 "dist",
26 "storage",
94a5ff8a 27 "client",
f6a043df
C
28 "test1",
29 "test2",
30 "test3",
31 "test4",
32 "test5",
33 "test6"
65fcc311
C
34 ]
35}