]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
Server: don't be rude when serving unknown video in watch html file
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
CommitLineData
6f4e2522
C
1{
2 "compilerOptions": {
3 "target": "es5",
230809ef 4 "module": "commonjs",
6f4e2522 5 "moduleResolution": "node",
6f4e2522
C
6 "emitDecoratorMetadata": true,
7 "experimentalDecorators": true,
ab32b0fc
C
8 "allowSyntheticDefaultImports": true,
9 "sourceMap": true,
10 "noEmitHelpers": true,
11 "strictNullChecks": false,
12 "baseUrl": "./src",
13 "paths": [
14 ],
15 "lib": [
16 "dom",
17 "es6"
18 ],
19 "types": [
ab32b0fc 20 "node",
ab32b0fc
C
21 "source-map",
22 "uglify-js",
e31f6ad6 23 "videojs",
ab32b0fc
C
24 "webpack"
25 ]
ce98c80c 26 },
ab32b0fc
C
27 "exclude": [
28 "node_modules",
29 "dist"
30 ],
ce98c80c 31 "awesomeTypescriptLoaderOptions": {
ab32b0fc
C
32 "forkChecker": true,
33 "useWebpackText": true
ce98c80c
C
34 },
35 "compileOnSave": false,
36 "buildOnSave": false,
ab32b0fc 37 "atom": { "rewriteTsconfig": false }
6f4e2522 38}