]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
Server: pod removing refractoring
[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",
23 "webpack"
24 ]
ce98c80c 25 },
ab32b0fc
C
26 "exclude": [
27 "node_modules",
28 "dist"
29 ],
ce98c80c 30 "awesomeTypescriptLoaderOptions": {
ab32b0fc
C
31 "forkChecker": true,
32 "useWebpackText": true
ce98c80c
C
33 },
34 "compileOnSave": false,
35 "buildOnSave": false,
ab32b0fc 36 "atom": { "rewriteTsconfig": false }
6f4e2522 37}