projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4e6816430acee26401dea8b8172e3e292b219da4
[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
]
19
},
20
"exclude": [
21
"node_modules",
22
"client",
23
"text1",
24
"text2",
25
"text3",
26
"text4",
27
"text5",
28
"text6"
29
]
30
}