Merge branch 'release/beta-10' into develop
[oweals/peertube.git] / tsconfig.json
1 {
2   "compilerOptions": {
3     "module": "commonjs",
4     "target": "es2015",
5     "noImplicitAny": false,
6     "sourceMap": false,
7     "experimentalDecorators": true,
8     "emitDecoratorMetadata": true,
9     "outDir": "./dist",
10     "lib": [
11       "dom",
12       "es2015",
13       "es2016",
14       "es2017"
15     ],
16     "types": [
17       "node",
18       "chai-xml",
19       "chai-json-schema"
20     ]
21   },
22   "exclude": [
23     "client/node_modules",
24     "node_modules",
25     "dist",
26     "storage",
27     "client",
28     "test1",
29     "test2",
30     "test3",
31     "test4",
32     "test5",
33     "test6"
34   ]
35 }