]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/tsconfig.json
Move livereload to an external script and remove from express.
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
... / ...
CommitLineData
1{
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "removeComments": false,
10 "noImplicitAny": false
11 },
12 "exclude": [
13 "node_modules",
14 "typings/main",
15 "typings/main.d.ts"
16 ],
17 "compileOnSave": false
18}