Fix is managaeble for channels
[oweals/peertube.git] / client / src / standalone / player / tsconfig.json
1 {
2   "compilerOptions": {
3     "module": "commonjs",
4     "removeComments": true,
5     "sourceMap": false,
6     "typeRoots": [
7       "../../../node_modules/@types"
8     ],
9     "outDir": "./dist",
10     "declaration": true,
11     "target": "es5",
12     "types": [],
13     "lib": [
14       "es2018",
15       "dom"
16     ]
17   },
18   "files": [ "./player.ts" ]
19 }