]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tsconfig.json
Move docker do in support/doc
[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": [
17 "node"
18 ]
19 },
20 "exclude": [
21 "node_modules",
94a5ff8a 22 "client",
f6a043df
C
23 "test1",
24 "test2",
25 "test3",
26 "test4",
27 "test5",
28 "test6"
65fcc311
C
29 ]
30}