]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/standalone/player/tsconfig.json
Translated using Weblate (Vietnamese)
[github/Chocobozzz/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 }