]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tsconfig.json
First typescript iteration
[github/Chocobozzz/PeerTube.git] / tsconfig.json
CommitLineData
65fcc311
C
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "noImplicitAny": false,
6 "sourceMap": false,
7 "outDir": "./dist",
8 "lib": [
9 "es2015"
10 ],
11 "types": [
12 "node"
13 ]
14 },
15 "exclude": [
16 "node_modules",
17 "client"
18 ]
19}