]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
Client: adjust viewport height
[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,
a17bc2c3 11 "importHelpers": true,
ab32b0fc
C
12 "strictNullChecks": false,
13 "baseUrl": "./src",
14 "paths": [
15 ],
16 "lib": [
17 "dom",
18 "es6"
19 ],
20 "types": [
ab32b0fc 21 "node",
ab32b0fc
C
22 "source-map",
23 "uglify-js",
e31f6ad6 24 "videojs",
ab32b0fc
C
25 "webpack"
26 ]
ce98c80c 27 },
ab32b0fc
C
28 "exclude": [
29 "node_modules",
30 "dist"
31 ],
ce98c80c 32 "awesomeTypescriptLoaderOptions": {
ab32b0fc
C
33 "forkChecker": true,
34 "useWebpackText": true
ce98c80c
C
35 },
36 "compileOnSave": false,
37 "buildOnSave": false,
ab32b0fc 38 "atom": { "rewriteTsconfig": false }
6f4e2522 39}