]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tsconfig.json
Auto login user on signup
[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,
8704acf4 9 "removeComments": true,
65fcc311
C
10 "outDir": "./dist",
11 "lib": [
0e1dc3e7 12 "dom",
3fd3ab2d
C
13 "es2015",
14 "es2016",
15 "es2017"
65fcc311
C
16 ],
17 "types": [
966eb053
RK
18 "node",
19 "chai-xml",
20 "chai-json-schema"
65fcc311
C
21 ]
22 },
23 "exclude": [
fbad87b0 24 "client/node_modules",
65fcc311 25 "node_modules",
ecb4e35f
C
26 "dist",
27 "storage",
94a5ff8a 28 "client",
f6a043df
C
29 "test1",
30 "test2",
31 "test3",
32 "test4",
33 "test5",
34 "test6"
65fcc311
C
35 ]
36}