]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tsconfig.json
Set sort refractoring
[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,
65fcc311
C
9 "outDir": "./dist",
10 "lib": [
0e1dc3e7 11 "dom",
3fd3ab2d
C
12 "es2015",
13 "es2016",
14 "es2017"
65fcc311
C
15 ],
16 "types": [
17 "node"
18 ]
19 },
20 "exclude": [
21 "node_modules",
22 "client"
23 ]
24}